From: W.C.A. Wijngaards Date: Tue, 2 Feb 2021 13:31:05 +0000 (+0100) Subject: And autoconf. X-Git-Tag: release-1.13.1rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18840665bcbb28c9de07bc3b20157a0dde13f8fd;p=thirdparty%2Funbound.git And autoconf. --- diff --git a/configure b/configure index c896bbc96..12f6a97d6 100755 --- a/configure +++ b/configure @@ -19825,6 +19825,7 @@ if test x_$enable_static_exe = x_yes; then LIBS="$LIBS -lgdi32" fi LIBS="$LIBS -lz" + staticexe="$staticexe -l:libssp.a" fi fi @@ -19844,6 +19845,7 @@ if test x_$enable_fully_static = x_yes; then LIBS="$LIBS -lgdi32" fi LIBS="$LIBS -lz" + staticexe="$staticexe -l:libssp.a" fi fi