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>2023-08-07 16:18:44 +0200
commit1f7bb70930057084a5c5e79b38661e903d61ff40 (patch)
tree185d1443c462d33d23e653cd7f9f1ef76981d1cd
parentdd887bbb2ef74275421b9e832c6d504df38fd793 (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 6ca44b0..2d39f16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,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