Fixup to add to LIBS.

This commit is contained in:
W.C.A. Wijngaards 2021-02-02 14:52:05 +01:00
parent 18840665bc
commit aa8dfe94d3
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -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

View 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