From 979bf74e97bb059c61869c474c1f097cd566a057 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Thu, 28 Sep 2017 19:59:35 -0700 Subject: [PATCH] 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 --- debianpkg/backports/ubuntu12.04/debian/rules | 1 - debianpkg/backports/ubuntu14.04/debian/rules | 1 - 2 files changed, 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 \ -- 2.39.5