Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16480/scripts
Modified Files:
vsftpd
Log Message:
updated vsftpd to v2.0.1 and enabled SSL support
Index: vsftpd
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/vsftpd,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- vsftpd 11 Jan 2004 14:43:05 -0000 1.11
+++ vsftpd 6 Sep 2004 20:48:48 -0000 1.12
@@ -29,6 +29,7 @@
build )
if [ "$CONFIG_VSFTPD" = "y" ]; then
disable_et_dyn
+ replace_str builddefs.h "#undef VSF_BUILD_SSL" "#define VSF_BUILD_SSL"
if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then
make $PMAKE LINK="-Wl,-s,-pie" || exit 1
else
|