summaryrefslogtreecommitdiff
path: root/package/rpm
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/rpm
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/rpm')
-rw-r--r--package/rpm/0001-uclibc-no-lfs-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/rpm/0001-uclibc-no-lfs-fix.patch b/package/rpm/0001-uclibc-no-lfs-fix.patch
deleted file mode 100644
index 00d057973..000000000
--- a/package/rpm/0001-uclibc-no-lfs-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-[PATCH] rpm: fix build on uClibc with !LFS
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- rpmio/fts.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-Index: rpm-5.2.0/rpmio/fts.c
-===================================================================
---- rpm-5.2.0.orig/rpmio/fts.c
-+++ rpm-5.2.0/rpmio/fts.c
-@@ -47,6 +47,10 @@ static char sccsid[] = "@(#)fts.c 8.6 (B
- #else
- #if defined(__UCLIBC__)
- # define __fxstat64(_stat_ver, _fd, _sbp) fstat((_fd), (_sbp))
-+# include <features.h>
-+# ifndef __UCLIBC_HAS_LFS__
-+# define stat64 stat
-+# endif
- #endif
- #if defined(hpux) || defined(__hpux)
- # define _INCLUDE_POSIX_SOURCE