Skip to content

Commit 4d34f8e

Browse files
committed
configure: use stack protection *BSD
1 parent 0d6d7a4 commit 4d34f8e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,12 @@ case "$OS" in
114114
FreeBSD*)
115115
AC_MSG_RESULT(FreeBSD)
116116
OS_FREEBSD="true"
117-
NO_STACK_PROTECTOR="true"
118117
CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
119118
LDFLAGS="${LDFLAGS} -L/usr/local/lib"
120119
;;
121120
OpenBSD*)
122121
AC_MSG_RESULT(OpenBSD)
123122
OS_OPENBSD="true"
124-
NO_STACK_PROTECTOR="true"
125123
CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
126124
LDFLAGS="${LDFLAGS} -L/usr/local/lib"
127125
;;

0 commit comments

Comments
 (0)