Skip to content

Commit 8f43302

Browse files
committed
build: remove explicit libssp linking from Windows build
1 parent 5800c55 commit 8f43302

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -988,12 +988,6 @@ if test "$use_hardening" != "no"; then
988988
AX_CHECK_LINK_FLAG([-Wl,-z,now], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-z,now"], [], [$LDFLAG_WERROR])
989989
AX_CHECK_LINK_FLAG([-Wl,-z,separate-code], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-z,separate-code"], [], [$LDFLAG_WERROR])
990990
AX_CHECK_LINK_FLAG([-fPIE -pie], [PIE_FLAGS="-fPIE"; HARDENED_LDFLAGS="$HARDENED_LDFLAGS -pie"], [], [$CXXFLAG_WERROR])
991-
992-
case $host in
993-
*mingw*)
994-
AC_CHECK_LIB([ssp], [main], [], [AC_MSG_ERROR([libssp missing])])
995-
;;
996-
esac
997991
fi
998992

999993
dnl These flags are specific to ld64, and may cause issues with other linkers.

0 commit comments

Comments
 (0)