opnsense-ports/databases/memcached/files/patch-configure.ac
Franco Fichtner aa59fa1d56 */*: sync with upstream
Taken from: FreeBSD
2015-06-28 08:04:23 +02:00

11 lines
437 B
Text

--- configure.ac.orig 2015-06-27 18:28:54 UTC
+++ configure.ac
@@ -581,7 +581,7 @@ then
elif test "$GCC" = "yes"
then
GCC_VERSION=`$CC -dumpversion`
- CFLAGS="$CFLAGS -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
+ CFLAGS="$CFLAGS -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
case $GCC_VERSION in
4.4.*)
CFLAGS="$CFLAGS -fno-strict-aliasing"