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

index 12f6a97d6aba58d4e01fe1c3b92bf98751c719ce..622f51e87d24b407ae2425006df592ce2fe7cac0 100755 (executable)
--- 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
 
index 9f3455c0ffbef64c37dfde31aa1480ece2b003ab..2d88048f754d0eeaf84f7fd1e669c54410574cb3 100644 (file)
@@ -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