[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:
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 */
|
Reference in New Issue
Block a user