aboutsummaryrefslogtreecommitdiffstats
path: root/package/vsftpd/patches/destdir.patch
diff options
context:
space:
mode:
authorOpenWrt Developers <openwrt-devel@openwrt.org>2006-01-11 17:40:24 +0000
committerOpenWrt Developers <openwrt-devel@openwrt.org>2006-01-11 17:40:24 +0000
commitecdb3fe3ea2dc70b2136e54119ece6de66609ffe (patch)
tree55ba92a0256d14314947df586a20230f9b7273c9 /package/vsftpd/patches/destdir.patch
parent58c384e58a916f174acde56ea5405fc5c0bbb421 (diff)
downloadmaster-187ad058-ecdb3fe3ea2dc70b2136e54119ece6de66609ffe.tar.gz
master-187ad058-ecdb3fe3ea2dc70b2136e54119ece6de66609ffe.tar.bz2
master-187ad058-ecdb3fe3ea2dc70b2136e54119ece6de66609ffe.zip
update vsftpd to latest upstream release (v2.0.4) and fix patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vsftpd/patches/destdir.patch')
-rw-r--r--package/vsftpd/patches/destdir.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/package/vsftpd/patches/destdir.patch b/package/vsftpd/patches/destdir.patch
index c4fb40f4e0..13f3954753 100644
--- a/package/vsftpd/patches/destdir.patch
+++ b/package/vsftpd/patches/destdir.patch
@@ -1,17 +1,16 @@
-diff -ruN vsftpd-1.2.2-orig/Makefile vsftpd-1.2.2-3/Makefile
---- vsftpd-1.2.2-orig/Makefile 2003-09-15 13:41:58.000000000 +0200
-+++ vsftpd-1.2.2-3/Makefile 2005-03-09 22:23:12.000000000 +0100
-@@ -16,6 +16,8 @@
- tcpwrap.o ipv6parse.o access.o \
- sysutil.o sysdeputil.o
+--- vsftpd-2.0.4-orig/Makefile 2005-06-29 00:24:03.000000000 +0200
++++ vsftpd-2.0.4/Makefile 2006-01-11 18:29:12.000000000 +0100
+@@ -17,6 +17,8 @@
+ ssl.o sysutil.o sysdeputil.o
+
+DESTDIR =
+
.c.o:
$(CC) -c $*.c $(CFLAGS) $(IFLAGS)
-@@ -23,21 +25,20 @@
- $(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS)
+@@ -24,21 +26,20 @@
+ $(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS) $(LDFLAGS)
install:
- if [ -x /usr/local/sbin ]; then \