summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Eriberto Mota Filho <eriberto@debian.org>2019-08-15 14:29:56 +0200
committerStéphane Glondu <glondu@debian.org>2019-08-20 07:50:04 +0200
commitb4089fb63e8b5bd0b4268e096e22d2e7342a8de4 (patch)
treef9db746558ad01e2d9fc3529c1b41ddf30e0eb13
parentfbcecb4e13bed8f40ce0b9bbc41fecfb206cac74 (diff)
disable unnecessary option -Werror to avoid a FTBFS.
Last-Update: 2016-12-18 =================================================================== Gbp-Pq: Name 10_disable-Werror.patch
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 758fcc5..4f131dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ dnl Select some C flags based on the host type.
AC_CANONICAL_HOST
DEBUG="-g"
-WARNINGS="-Wall -Werror"
+WARNINGS="-Wall"
CFLAGS_FPIC="-fPIC"
WIN32=no
case "$host" in