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>
This commit is contained in:
Martin Winter 2017-09-28 19:59:35 -07:00
parent dd8fdd6524
commit 979bf74e97
2 changed files with 0 additions and 2 deletions

View File

@ -142,7 +142,6 @@ override_dh_auto_configure:
$(USE_FRR_VTY_GROUP) \ $(USE_FRR_VTY_GROUP) \
--enable-configfile-mask=0640 \ --enable-configfile-mask=0640 \
--enable-logfile-mask=0640 \ --enable-logfile-mask=0640 \
--enable-werror \
--with-libpam \ --with-libpam \
--enable-systemd=no \ --enable-systemd=no \
--enable-poll=yes \ --enable-poll=yes \

View File

@ -142,7 +142,6 @@ override_dh_auto_configure:
$(USE_FRR_VTY_GROUP) \ $(USE_FRR_VTY_GROUP) \
--enable-configfile-mask=0640 \ --enable-configfile-mask=0640 \
--enable-logfile-mask=0640 \ --enable-logfile-mask=0640 \
--enable-werror \
--with-libpam \ --with-libpam \
--enable-systemd=no \ --enable-systemd=no \
--enable-poll=yes \ --enable-poll=yes \