packages/pure-ftpd: disable capabilities support (libcap) explicitly (closes: #10470)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29290 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a6cfdc2946
commit
911f84b4cb
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pure-ftpd
|
PKG_NAME:=pure-ftpd
|
||||||
PKG_VERSION:=1.0.32
|
PKG_VERSION:=1.0.32
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.pureftpd.org/pub/pure-ftpd/releases
|
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 += \
|
CONFIGURE_ARGS += \
|
||||||
--with-everything \
|
--with-everything \
|
||||||
--with-virtualchroot
|
--with-virtualchroot \
|
||||||
|
--without-capabilities \
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),tls)
|
ifeq ($(BUILD_VARIANT),tls)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user