]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
And autoconf.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Feb 2021 13:31:05 +0000 (14:31 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Feb 2021 13:31:05 +0000 (14:31 +0100)
configure

index c896bbc96d928ecc88ee9ff9f4ef26d7932e7315..12f6a97d6aba58d4e01fe1c3b92bf98751c719ce 100755 (executable)
--- 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