fix uno/ultimo harddisk detection
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / vsftpd / vsftpd / 01-builddefs.patch
1 Author: Daniel Jacobowitz <dan@debian.org>
2 Description: Build with tcpwrapper and SSL support.
3
4 diff -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