projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b5665
)
Move -lssp to LIBS.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 24 Jan 2022 13:32:45 +0000
(14:32 +0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 24 Jan 2022 13:32:45 +0000
(14:32 +0100)
Append -lssp to LIBS to ensure the correct order of linking.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
4fa9975
..
ddfa0a3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-253,7
+253,7
@@
AS_IF([test "x$enable_hardening" != "xno"],
*mingw*)
AX_CHECK_LINK_FLAG([-Wl,--dynamicbase], [LDFLAGS="$LDFLAGS -Wl,--dynamicbase"])
AX_CHECK_LINK_FLAG([-Wl,--nxcompat], [LDFLAGS="$LDFLAGS -Wl,--nxcompat"])
- AX_CHECK_LINK_FLAG([-lssp], [L
DFLAGS="$LDFLAG
S -lssp"])
+ AX_CHECK_LINK_FLAG([-lssp], [L
IBS="$LIB
S -lssp"])
;;
*)
AX_CHECK_COMPILE_FLAG([-fPIE], [CPPFLAGS="$CPPFLAGS -fPIE"])