snapcraft: Clean up old no longer used configure flags

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
Martin Winter 2017-04-28 03:11:51 -07:00
parent 8ccfe8f875
commit b9f34c6215

View File

@ -192,12 +192,6 @@ parts:
plugin: autotools plugin: autotools
source: ../frr-@PACKAGE_VERSION@.tar.gz source: ../frr-@PACKAGE_VERSION@.tar.gz
configflags: configflags:
- --with-cflags=-g
- --with-cflags=-O0
- --with-cflags=-std=gnu99
- --with-cflags=-fpie
- --with-cflags=-fno-omit-frame-pointer
- --with-cflags=-Wall
- --enable-vtysh - --enable-vtysh
- --enable-isisd - --enable-isisd
- --enable-watchfrr - --enable-watchfrr
@ -206,7 +200,6 @@ parts:
- --enable-multipath=64 - --enable-multipath=64
- --enable-rtadv - --enable-rtadv
- --enable-irdp - --enable-irdp
- --enable-gcc-rdynamic
- --enable-user=root - --enable-user=root
- --enable-group=root - --enable-group=root
- --enable-pimd - --enable-pimd