[packages] vsftpd: avoid linking against libpam
authorCezary Jackiewicz <cezary@eko.one.pl>
Wed, 30 Oct 2013 06:37:59 +0000 (06:37 +0000)
committerCezary Jackiewicz <cezary@eko.one.pl>
Wed, 30 Oct 2013 06:37:59 +0000 (06:37 +0000)
SVN-Revision: 38586

net/vsftpd/Makefile
net/vsftpd/patches/005-disable-pam.patch [new file with mode: 0644]

index bf4bfcd24bb9bce0da84ade95c67e59b5b637184..e1633e953d7388dacd0192d4ee89e84be0ac743d 100644 (file)
@@ -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/
diff --git a/net/vsftpd/patches/005-disable-pam.patch b/net/vsftpd/patches/005-disable-pam.patch
new file mode 100644 (file)
index 0000000..ebb7244
--- /dev/null
@@ -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 */