[packages] bind: explicitely disable libcap

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32274 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-12 22:30:50 +00:00
parent e6d9705d6f
commit 26f91c4122

View File

@ -86,6 +86,7 @@ CONFIGURE_ARGS += \
--enable-static \ --enable-static \
--with-randomdev="/dev/urandom" \ --with-randomdev="/dev/urandom" \
--disable-threads \ --disable-threads \
--disable-linux-caps \
--with-openssl="$(STAGING_DIR)/usr" \ --with-openssl="$(STAGING_DIR)/usr" \
--with-libtool \ --with-libtool \
--with-libxml2=no \ --with-libxml2=no \