From 26f91c41226f32bf7bb8ebbcc3dedf4d697bbda6 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 12 Jun 2012 22:30:50 +0000 Subject: [PATCH] [packages] bind: explicitely disable libcap git-svn-id: svn://svn.openwrt.org/openwrt/packages@32274 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bind/Makefile b/net/bind/Makefile index 746b56c74..0809429df 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -86,6 +86,7 @@ CONFIGURE_ARGS += \ --enable-static \ --with-randomdev="/dev/urandom" \ --disable-threads \ + --disable-linux-caps \ --with-openssl="$(STAGING_DIR)/usr" \ --with-libtool \ --with-libxml2=no \