From: Jo-Philipp Wich Date: Tue, 10 Apr 2012 13:48:55 +0000 (+0000) Subject: [packages] quagga: explicitely disable linking against libcap X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0c300743db0ed7e6debe1f932ead2b53e1ab4f28;p=openwrt%2Fsvn-archive%2Farchive.git [packages] quagga: explicitely disable linking against libcap SVN-Revision: 31237 --- diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 94d2c544c1..4079009fdb 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -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) \