From: Niels Möller Date: Wed, 5 Feb 2003 22:25:44 +0000 (+0100) Subject: (LDFLAGS): --with-lib-path should add to LDFLAGS, X-Git-Tag: nettle_1.7_release_20030311~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5a61309a82625e2dbb28f9ae39f7448f2d1f2b;p=thirdparty%2Fnettle.git (LDFLAGS): --with-lib-path should add to LDFLAGS, not replace it. Rev: src/nettle/configure.ac:1.17 --- diff --git a/configure.ac b/configure.ac index ad506818..c235137d 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_ARG_WITH(lib-path, [with_lib_path='']) if test x$with_lib_path != x ; then - LDFLAGS="-L `echo $with_lib_path | sed 's/:/ -L /g'`" + LDFLAGS="$LDFLAGS -L `echo $with_lib_path | sed 's/:/ -L /g'`" fi AC_ARG_ENABLE(public-key,