16 lines
550 B
Plaintext
16 lines
550 B
Plaintext
$OpenBSD: patch-configure,v 1.7 2015/05/24 10:32:46 ajacoutot Exp $
|
|
|
|
Remove the use of -Werror.
|
|
|
|
--- configure.orig Wed Apr 16 10:44:31 2014
|
|
+++ configure Sat May 23 23:35:42 2015
|
|
@@ -11861,7 +11861,7 @@ CC="$lt_save_CC"
|
|
|
|
CFLAGS_save="${CFLAGS}"
|
|
|
|
-CFLAGS_dist="-Wall -Werror --std=gnu99 -D_GNU_SOURCE"
|
|
+CFLAGS_dist="-Wall --std=gnu99 -D_GNU_SOURCE"
|
|
CFLAGS_dist="${CFLAGS_dist} -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
|
|
|
|
case "${target_os}" in
|