mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
snapcraft: Clean up old no longer used configure flags
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
8ccfe8f875
commit
b9f34c6215
|
@ -192,12 +192,6 @@ parts:
|
|||
plugin: autotools
|
||||
source: ../frr-@PACKAGE_VERSION@.tar.gz
|
||||
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-isisd
|
||||
- --enable-watchfrr
|
||||
|
@ -206,7 +200,6 @@ parts:
|
|||
- --enable-multipath=64
|
||||
- --enable-rtadv
|
||||
- --enable-irdp
|
||||
- --enable-gcc-rdynamic
|
||||
- --enable-user=root
|
||||
- --enable-group=root
|
||||
- --enable-pimd
|
||||
|
|
Loading…
Reference in a new issue