Merge remote-tracking branch 'OE-2.1/master' into vuplus-3.0
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-daemon / vsftpd / vsftpd-3.0.2 / vsftpd-tcp_wrappers-support.patch
1 Enable tcp_wrapper.
2
3 Upstream-Status: Inappropriate [configuration]
4
5 Signed-off-by: Roy.Li <rongqing.li@windriver.com>
6 ---
7  builddefs.h |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/builddefs.h b/builddefs.h
11 index e908352..0106d1a 100644
12 --- a/builddefs.h
13 +++ b/builddefs.h
14 @@ -1,7 +1,7 @@
15  #ifndef VSF_BUILDDEFS_H
16  #define VSF_BUILDDEFS_H
17  
18 -#undef VSF_BUILD_TCPWRAPPERS
19 +#define VSF_BUILD_TCPWRAPPERS
20  #define VSF_BUILD_PAM
21  #undef VSF_BUILD_SSL
22  
23 -- 
24 1.7.1
25