forked from Lainports/opnsense-ports
16 lines
572 B
Text
16 lines
572 B
Text
--- configure.orig 2018-03-01 21:26:15 UTC
|
|
+++ configure
|
|
@@ -3103,13 +3103,6 @@ fi
|
|
|
|
|
|
|
|
-# set compile flags prior to other tests
|
|
-if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: No \$CFLAGS set... using \"-Os -W -Wall\" for GCC" >&5
|
|
-$as_echo "$as_me: No \$CFLAGS set... using \"-Os -W -Wall\" for GCC" >&6;}
|
|
- CFLAGS="-Os -W -Wall"
|
|
-fi
|
|
-
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Checking if compiler '$CC' supports -Wno-pointer-sign" >&5
|
|
$as_echo "$as_me: Checking if compiler '$CC' supports -Wno-pointer-sign" >&6;}
|
|
|