patch-configure 549 B

12345678910111213
  1. $OpenBSD: patch-configure,v 1.8 2016/03/09 14:50:11 giovanni Exp $
  2. --- configure.orig Fri Nov 20 08:02:49 2015
  3. +++ configure Sat Mar 5 22:20:56 2016
  4. @@ -6390,7 +6390,7 @@ $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
  5. elif test "$GCC" = "yes"
  6. then
  7. GCC_VERSION=`$CC -dumpversion`
  8. - CFLAGS="$CFLAGS -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
  9. + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -pedantic -Wmissing-declarations"
  10. case $GCC_VERSION in
  11. 4.4.*)
  12. CFLAGS="$CFLAGS -fno-strict-aliasing"