summaryrefslogtreecommitdiffstats
path: root/vsftpd/01-builddefs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vsftpd/01-builddefs.patch')
-rw-r--r--vsftpd/01-builddefs.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/vsftpd/01-builddefs.patch b/vsftpd/01-builddefs.patch
deleted file mode 100644
index a757d990bf..0000000000
--- a/vsftpd/01-builddefs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Author: Daniel Jacobowitz <dan@debian.org>
2Description: Build with tcpwrapper and SSL support.
3
4diff -Naurp vsftpd.orig/builddefs.h vsftpd/builddefs.h
5--- vsftpd.orig/builddefs.h 2009-01-31 00:02:36.000000000 +0000
6+++ vsftpd/builddefs.h 2009-01-31 00:26:34.000000000 +0000
7@@ -1,9 +1,9 @@
8 #ifndef VSF_BUILDDEFS_H
9 #define VSF_BUILDDEFS_H
10
11-#undef VSF_BUILD_TCPWRAPPERS
12+#define VSF_BUILD_TCPWRAPPERS 1
13 #define VSF_BUILD_PAM
14-#undef VSF_BUILD_SSL
15+#define VSF_BUILD_SSL
16
17 #endif /* VSF_BUILDDEFS_H */
18