From: W.C.A. Wijngaards Date: Tue, 2 Feb 2021 13:52:05 +0000 (+0100) Subject: Fixup to add to LIBS. X-Git-Tag: release-1.13.1rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8dfe94d31e11c19897444b955af6ac10aec1cd;p=thirdparty%2Funbound.git Fixup to add to LIBS. --- diff --git a/configure b/configure index 12f6a97d6..622f51e87 100755 --- a/configure +++ b/configure @@ -19825,7 +19825,7 @@ if test x_$enable_static_exe = x_yes; then LIBS="$LIBS -lgdi32" fi LIBS="$LIBS -lz" - staticexe="$staticexe -l:libssp.a" + LIBS="$LIBS -l:libssp.a" fi fi @@ -19845,7 +19845,7 @@ if test x_$enable_fully_static = x_yes; then LIBS="$LIBS -lgdi32" fi LIBS="$LIBS -lz" - staticexe="$staticexe -l:libssp.a" + LIBS="$LIBS -l:libssp.a" fi fi diff --git a/configure.ac b/configure.ac index 9f3455c0f..2d88048f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1442,7 +1442,7 @@ if test x_$enable_static_exe = x_yes; then LIBS="$LIBS -lgdi32" fi LIBS="$LIBS -lz" - staticexe="$staticexe -l:libssp.a" + LIBS="$LIBS -l:libssp.a" fi fi @@ -1459,7 +1459,7 @@ if test x_$enable_fully_static = x_yes; then LIBS="$LIBS -lgdi32" fi LIBS="$LIBS -lz" - staticexe="$staticexe -l:libssp.a" + LIBS="$LIBS -l:libssp.a" fi fi