You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1.5 KiB

Index: configure
--- configure.orig 2014-07-19 14:44:42.880383000 +0200
+++ configure 2014-07-19 14:45:54.140412113 +0200
@@ -5092,7 +5092,6 @@
else
ax_check_save_flags=$CFLAGS
- CFLAGS="$CFLAGS -fstack-protector"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdio.h>
@@ -5123,7 +5122,6 @@
else
ax_check_save_flags=$LDFLAGS
- LDFLAGS="$LDFLAGS -fstack-protector"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdio.h>
@@ -5147,7 +5145,6 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_ldflags___fstack_protector" >&5
$as_echo "$ax_cv_check_ldflags___fstack_protector" >&6; }
if test x"$ax_cv_check_ldflags___fstack_protector" = xyes; then :
- CFLAGS="$CFLAGS -fstack-protector"
else
:
@@ -5168,7 +5165,6 @@
else
ax_check_save_flags=$CFLAGS
- CFLAGS="$CFLAGS -fstack-protector-all"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdio.h>
@@ -5199,7 +5195,6 @@
else
ax_check_save_flags=$LDFLAGS
- LDFLAGS="$LDFLAGS -fstack-protector-all"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdio.h>
@@ -5223,7 +5218,6 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_ldflags___fstack_protector_all" >&5
$as_echo "$ax_cv_check_ldflags___fstack_protector_all" >&6; }
if test x"$ax_cv_check_ldflags___fstack_protector_all" = xyes; then :
- CFLAGS="$CFLAGS -fstack-protector-all"
else
: