mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
vsftpd: fix build without largefile support
Fix lfs patch to include <features.h> before checking any of the uClibc defines. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -5,7 +5,7 @@ diff -rdup vsftpd-2.0.5.orig/sysutil.c vsftpd-2.0.5/sysutil.c
|
||||
#include "utility.h"
|
||||
#include "tunables.h"
|
||||
|
||||
+#include "builddefs.h"
|
||||
+#include <features.h>
|
||||
+
|
||||
+#if !defined __UCLIBC__ || (defined __UCLIBC__ && defined __UCLIBC_HAS_LFS__)
|
||||
/* Activate 64-bit file support on Linux/32bit plus others */
|
||||
Reference in New Issue
Block a user