diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-09-28 19:59:35 -0700 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-10-10 07:52:49 -0700 |
| commit | 3e5c63e00488db5a42d0bcf56a59a68613764a47 (patch) | |
| tree | 57b109d4aabda8f6edf2c9b46eb6cd17cc0436a3 | |
| parent | 5820948ce2b844837fcfc04e54de7f1b8e767b45 (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-x | debianpkg/backports/ubuntu12.04/debian/rules | 1 | ||||
| -rwxr-xr-x | debianpkg/backports/ubuntu14.04/debian/rules | 1 |
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 \ |
