aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-13 02:51:22 +0000
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-13 02:51:22 +0000
commit98bc7fa50d0731864297f8fb82932d480c426ff6 (patch)
tree86e7ba1045b846b1240fb342d1bedd81145819f2 /debian
parentfd161ccce8ecaad3ddd32dd8b696902e81593ae3 (diff)
Revert "Turn some warnings into errors"
This introduces a failure with ./configure on my machine: ../configure: line 6612: syntax error near unexpected token `-Werror=implicit,' ../configure: line 6612: `AX_CHECK_COMPILE_FLAG(-Werror=implicit, CFLAGS="$CFLAGS -Werror=implicit")' Makefile:420: recipe for target 'config.status' failed make[1]: *** [config.status] Error 2 Installing autoconf-archive did not fix the error. So even though jenkins seems to accept this, I cannot build with this patch. Let's find out how to do this in a way that all systems can still build and then re-apply this patch. This reverts commit fd161ccce8ecaad3ddd32dd8b696902e81593ae3. Change-Id: I2b368500b07f233882ef854eca1fa21f6df39e29
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d9432e2e8..79f18dfc4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Section: net
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
- autoconf-archive,
pkg-config,
libgtp0-dev,
libosmocore-dev,