[package] update vsftpd to 2.1.2 (#5647)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
Index: vsftpd-2.0.6/Makefile
|
||||
===================================================================
|
||||
--- vsftpd-2.0.6.orig/Makefile 2008-04-13 11:41:08.000000000 +0200
|
||||
+++ vsftpd-2.0.6/Makefile 2008-04-13 11:41:08.000000000 +0200
|
||||
@@ -17,6 +17,8 @@
|
||||
ssl.o sysutil.o sysdeputil.o
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -17,6 +17,8 @@ OBJS = main.o utility.o prelogin.o ftpcm
|
||||
ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o
|
||||
|
||||
|
||||
+DESTDIR =
|
||||
@ -11,7 +9,7 @@ Index: vsftpd-2.0.6/Makefile
|
||||
.c.o:
|
||||
$(CC) -c $*.c $(CFLAGS) $(IFLAGS)
|
||||
|
||||
@@ -24,21 +26,20 @@
|
||||
@@ -24,21 +26,20 @@ vsftpd: $(OBJS)
|
||||
$(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS) $(LDFLAGS)
|
||||
|
||||
install:
|
||||
|
Reference in New Issue
Block a user