Merge pull request #10111 from lucize/frr_fix

frr: don't enable backtrace
This commit is contained in:
Rosen Penev 2019-09-30 00:35:00 -07:00 committed by GitHub
commit 2164af7c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=frr
PKG_VERSION:=7.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_URL:=https://github.com/FRRouting/frr/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@ -229,6 +229,7 @@ define Build/Configure
--disable-capabilities \
--disable-ospfclient \
--disable-doc \
--disable-backtrace \
--with-vtysh-pager=cat \
--localstatedir=/var/run/frr \
--sysconfdir=/etc/frr/ \