From: Martin Storsjö Date: Mon, 31 Oct 2011 10:33:52 +0000 (+0100) Subject: (LIBHOGWEED_LIBS): Typo fix for the darwin case. Spotted by Martin X-Git-Tag: converted-master-branch-to-git~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0619961e71bed3c79708f57aa7e51eb485e862a;p=thirdparty%2Fnettle.git (LIBHOGWEED_LIBS): Typo fix for the darwin case. Spotted by Martin Storsjö. Rev: nettle/ChangeLog:1.228 Rev: nettle/configure.ac:1.45 --- diff --git a/ChangeLog b/ChangeLog index ce5473f4..d846a74d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-31 Niels Möller + + * configure.ac (LIBHOGWEED_LIBS): Typo fix for the darwin case. + Spotted by Martin Storsjö. + 2011-10-25 Niels Möller * configure.ac (LIBHOGWEED_LIBS): cygwin fix, added diff --git a/configure.ac b/configure.ac index 8c0036c7..485929b7 100644 --- a/configure.ac +++ b/configure.ac @@ -290,7 +290,7 @@ case "$host_os" in LIBHOGWEED_SONAME='libhogweed.$(LIBHOGWEED_MAJOR).dylib' LIBHOGWEED_FILE='libhogweed.$(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR).dylib' LIBHOGWEED_LINK='$(CC) -dynamiclib -L. $(LDFLAGS) -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)' - LIBHOGWEED_LIBS='-lnettle -gmp' + LIBHOGWEED_LIBS='-lnettle -lgmp' ;; solaris*) # Sun's ld uses -h to set the soname, and this option is passed