[packages] vsftpd: avoid linking against libpam
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38586 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fee63d7b33
commit
06ea2d55ff
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=vsftpd
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://security.appspot.com/downloads/
|
||||
|
11
net/vsftpd/patches/005-disable-pam.patch
Normal file
11
net/vsftpd/patches/005-disable-pam.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/builddefs.h
|
||||
+++ b/builddefs.h
|
||||
@@ -2,7 +2,7 @@
|
||||
#define VSF_BUILDDEFS_H
|
||||
|
||||
#undef VSF_BUILD_TCPWRAPPERS
|
||||
-#define VSF_BUILD_PAM
|
||||
+#undef VSF_BUILD_PAM
|
||||
#undef VSF_BUILD_SSL
|
||||
|
||||
#endif /* VSF_BUILDDEFS_H */
|
Loading…
x
Reference in New Issue
Block a user