packages/pure-ftpd: disable capabilities support (libcap) explicitly (closes: #10470)
authorNicolas Thill <nico@openwrt.org>
Mon, 21 Nov 2011 22:18:50 +0000 (22:18 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 21 Nov 2011 22:18:50 +0000 (22:18 +0000)
SVN-Revision: 29290

net/pure-ftpd/Makefile

index 9d5427f63b3117f9c50d2a3c2c5a451a8c1ad46a..07cf9e26ce2581727a84fb14f5b386e0f88ea664 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pure-ftpd
 PKG_VERSION:=1.0.32
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://download.pureftpd.org/pub/pure-ftpd/releases
@@ -61,7 +61,8 @@ Package/pure-ftpd-tls/conffiles=$(Package/pure-ftpd/conffiles)
 
 CONFIGURE_ARGS += \
        --with-everything \
-       --with-virtualchroot
+       --with-virtualchroot \
+       --without-capabilities \
 
 ifeq ($(BUILD_VARIANT),tls)
 CONFIGURE_ARGS += \