]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/vsftpd/patches/1-vsftpd-build_ssl.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / vsftpd / patches / 1-vsftpd-build_ssl.patch
1 diff -up vsftpd-2.1.0/builddefs.h.build_ssl vsftpd-2.1.0/builddefs.h
2 --- vsftpd-2.1.0/builddefs.h.build_ssl 2009-01-08 18:49:33.000000000 +0100
3 +++ vsftpd-2.1.0/builddefs.h 2009-01-08 18:49:41.000000000 +0100
4 @@ -3,7 +3,7 @@
5
6 #undef VSF_BUILD_TCPWRAPPERS
7 #define VSF_BUILD_PAM
8 -#undef VSF_BUILD_SSL
9 +#define VSF_BUILD_SSL
10
11 #endif /* VSF_BUILDDEFS_H */
12
13