[packages] quagga: explicitely disable linking against libcap

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-04-10 13:48:55 +00:00
parent 3ffbf6cb1b
commit 8cd7354ba7

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=quagga
PKG_VERSION:=0.99.20
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MD5SUM:=64cc29394eb8a4e24649d19dac868f64
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -154,6 +154,7 @@ CONFIGURE_ARGS+= \
--enable-pie=no \
--enable-multipath=8 \
--disable-ospfclient \
--disable-capabilities \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \