13 lines
702 B
Diff
13 lines
702 B
Diff
--- glib-2.57.1/configure.orig 2018-08-02 16:09:46.329046276 +0200
|
|
+++ glib-2.57.1/configure 2018-08-02 16:13:29.928093284 +0200
|
|
@@ -29652,7 +29652,7 @@
|
|
-Werror=declaration-after-statement \
|
|
-Werror=missing-prototypes -Werror=implicit-function-declaration \
|
|
- -Werror=pointer-arith -Werror=init-self -Werror=format-security \
|
|
- -Werror=format=2 -Werror=missing-include-dirs; do
|
|
+ -Werror=pointer-arith -Werror=init-self -Wno-error=format-security \
|
|
+ -Wno-error=format=2 -Werror=missing-include-dirs; do
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports flag $flag in envvar CFLAGS" >&5
|
|
$as_echo_n "checking if $CC supports flag $flag in envvar CFLAGS... " >&6; }
|