summaryrefslogtreecommitdiff
path: root/package/links
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-30 18:07:32 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-01 22:53:11 +0200
commit415765b5a8861f3b7e86e9786bf903a5a4d09e73 (patch)
tree71ca825afa12aa5ef70555199f73b9588697e068 /package/links
parent9d188366ea5c13731425384b2beafef9c2e2f740 (diff)
packages: remove non-lfs enabler patches
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/links')
-rw-r--r--package/links/0001-no-largefile.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/links/0001-no-largefile.patch b/package/links/0001-no-largefile.patch
deleted file mode 100644
index 782a25ab2..000000000
--- a/package/links/0001-no-largefile.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Make links buildable without LFS support.
-Author/status: unknown.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff -Nura links-2.8/com-defs.h links-2.8.nonlfs/com-defs.h
---- links-2.8/com-defs.h 2013-07-31 20:45:30.000000000 -0300
-+++ links-2.8.nonlfs/com-defs.h 2014-12-28 08:42:47.352237462 -0300
-@@ -5,6 +5,9 @@
- #define __EXTENSIONS__
- #endif
-
-+#include <features.h>
-+/* uclibc without largefile support #errors on _FILE_OFFSET_BITS=64 */
-+#if !(defined(__UCLIBC__) && !defined(__UCLIBC_HAS_LFS__))
- #ifndef _LARGEFILE_SOURCE
- #define _LARGEFILE_SOURCE 1
- #endif
-@@ -20,6 +23,7 @@
- #ifndef _FILE_OFFSET_BITS
- #define _FILE_OFFSET_BITS 64
- #endif
-+#endif /* UCLIBC !LFS */
-
- #if defined(vax) && !defined(__vax)
- #define __vax vax