summaryrefslogtreecommitdiffstats
path: root/package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 17:55:18 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-27 17:55:18 +0200
commited6bdad8a6181d9d128252f1c7a6cb2cce81ab03 (patch)
tree8884dd2d25cbb33d802526265594b280fda68cbc /package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch
parenta0b6710b88e7423a8f76a4b35a4a34fc55f3dead (diff)
downloadbuildroot-novena-ed6bdad8a6181d9d128252f1c7a6cb2cce81ab03.tar.gz
buildroot-novena-ed6bdad8a6181d9d128252f1c7a6cb2cce81ab03.zip
vsftpd: convert to gentargets, bump version and fix build
vsftpd didn't build, and wasn't using the gentargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch')
-rw-r--r--package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch b/package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch
deleted file mode 100644
index 610b782cd..000000000
--- a/package/vsftpd/vsftpd-2.0.7-uclibc_lfs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -rdup vsftpd-2.0.5.orig/sysutil.c vsftpd-2.0.5/sysutil.c
---- vsftpd-2.0.5.orig/sysutil.c 2006-07-03 18:26:40.000000000 +0200
-+++ vsftpd-2.0.5/sysutil.c 2006-12-14 15:13:15.000000000 +0100
-@@ -16,11 +16,15 @@
- #include "utility.h"
- #include "tunables.h"
-
-+#include <features.h>
-+
-+#if !defined __UCLIBC__ || (defined __UCLIBC__ && defined __UCLIBC_HAS_LFS__)
- /* Activate 64-bit file support on Linux/32bit plus others */
- #define _FILE_OFFSET_BITS 64
- #define _LARGEFILE_SOURCE 1
- #define _LARGEFILE64_SOURCE 1
- #define _LARGE_FILES 1
-+#endif
-
- /* For Linux, this adds nothing :-) */
- #include "port/porting_junk.h"