summaryrefslogtreecommitdiffstats
path: root/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-10-15 15:50:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-16 23:14:39 +0200
commit75f6e1df60b29e8e9d11ce91d548ef5d149c6804 (patch)
tree99ddb0f9588f8e5104033476632a9a5bcb7a4a7d /package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
parent0d2b707f81a7cec96c6a275c273647304861511e (diff)
downloadbuildroot-novena-75f6e1df60b29e8e9d11ce91d548ef5d149c6804.tar.gz
buildroot-novena-75f6e1df60b29e8e9d11ce91d548ef5d149c6804.zip
vsftpd: bump to version 3.0.2
Bump vsftpd to version 3.0.2, closes bug #5330 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch')
-rw-r--r--package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
deleted file mode 100644
index b66c25efd..000000000
--- a/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-[PATCH] vsftpd: don't enforce largefile support
-
-In Buildroot we enable/disable largefile support globally, and pass the
-correct defines in CFLAGS, so don't enforce it unconditionally.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- sysutil.c | 6 ------
- 1 file changed, 6 deletions(-)
-
-Index: vsftpd-2.3.2/sysutil.c
-===================================================================
---- vsftpd-2.3.2.orig/sysutil.c
-+++ vsftpd-2.3.2/sysutil.c
-@@ -17,12 +17,6 @@
- #include "tunables.h"
- #include "sysdeputil.h"
-
--/* 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
--
- /* For Linux, this adds nothing :-) */
- #include "port/porting_junk.h"
-