summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-09-28 19:59:35 -0700
committerMartin Winter <mwinter@opensourcerouting.org>2017-10-10 07:52:49 -0700
commit3e5c63e00488db5a42d0bcf56a59a68613764a47 (patch)
tree57b109d4aabda8f6edf2c9b46eb6cd17cc0436a3
parent5820948ce2b844837fcfc04e54de7f1b8e767b45 (diff)
debianpkg: Remove -werror from Ubuntu 14.04 and 12.04 build to skip warnings from flex generated code
- Flex is too old on these releases and misses some prototypes in the generated code. Removing the werror allows to build the package anyway Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
-rwxr-xr-xdebianpkg/backports/ubuntu12.04/debian/rules1
-rwxr-xr-xdebianpkg/backports/ubuntu14.04/debian/rules1
2 files changed, 0 insertions, 2 deletions
diff --git a/debianpkg/backports/ubuntu12.04/debian/rules b/debianpkg/backports/ubuntu12.04/debian/rules
index 807bdfaccb..d44a0c518c 100755
--- a/debianpkg/backports/ubuntu12.04/debian/rules
+++ b/debianpkg/backports/ubuntu12.04/debian/rules
@@ -142,7 +142,6 @@ override_dh_auto_configure:
$(USE_FRR_VTY_GROUP) \
--enable-configfile-mask=0640 \
--enable-logfile-mask=0640 \
- --enable-werror \
--with-libpam \
--enable-systemd=no \
--enable-poll=yes \
diff --git a/debianpkg/backports/ubuntu14.04/debian/rules b/debianpkg/backports/ubuntu14.04/debian/rules
index fe3f503804..b649335188 100755
--- a/debianpkg/backports/ubuntu14.04/debian/rules
+++ b/debianpkg/backports/ubuntu14.04/debian/rules
@@ -142,7 +142,6 @@ override_dh_auto_configure:
$(USE_FRR_VTY_GROUP) \
--enable-configfile-mask=0640 \
--enable-logfile-mask=0640 \
- --enable-werror \
--with-libpam \
--enable-systemd=no \
--enable-poll=yes \