miekg / rdup

The only backup program that doesn't make backups!
https://miek.nl
GNU General Public License v3.0
107 stars 18 forks source link

Probably unnecessarily links to gmp #7

Open tyll opened 11 years ago

tyll commented 11 years ago

configure.ac contains: 127 LIBS="${LIBS} -lgmp"

This seems to be unnecessarily, since gmp is not used direclty but only used by nettle, therefore it should be removed. If it is required for some reason then the DEPENDENCIES file should be adjusted.

miekg commented 11 years ago

[ Quoting notifications@github.com in "[rdup] Probably unnecessarily links..." ]

configure.ac contains: 127 LIBS="${LIBS} -lgmp"

This seems to be unnecessarily, since gmp is not used direclty but only used by nettle, therefore it should be removed. If it is required for some reason then the DEPENDENCIES file should be adjusted.

Probably true. Once (a long time ago) it needed this to compile under Debian (or maybe Ubuntu)

grtz Miek

dpc commented 8 years ago

This looks fixed, I can't find this line in configure.ac. Recursive grep does not show any "gmp" string in the sources at all.