diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-12-31 18:12:22 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-12-31 18:12:22 +0000 |
commit | a36ca7a8c5ebc54fee2672b8e0c378c03089daa7 (patch) | |
tree | cf3a832305a1a5b1f0bf59f0b125e92909093e05 /package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch | |
parent | d31f42fe346976fd265b3bef1c68e6020ac2a2b0 (diff) | |
download | buildroot-novena-a36ca7a8c5ebc54fee2672b8e0c378c03089daa7.tar.gz buildroot-novena-a36ca7a8c5ebc54fee2672b8e0c378c03089daa7.zip |
* Bump rpm to 5.1.6
- Remove patches comitted upstream
- Exclude tools we don't need
- Fix bundled magic mime data
Diffstat (limited to 'package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch')
-rw-r--r-- | package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch b/package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch deleted file mode 100644 index 60f1c78cc..000000000 --- a/package/rpm/rpm-uclibc-vs-cookie-seek-pointer.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru rpm-4.4.9_vanilla/rpmio/rpmio.h rpm-4.4.9_uclibc-vs-cookie-seek-pointer/rpmio/rpmio.h ---- rpm-4.4.9_vanilla/rpmio/rpmio.h 2007-04-28 15:55:33.000000000 +0000 -+++ rpm-4.4.9_uclibc-vs-cookie-seek-pointer/rpmio/rpmio.h 2008-03-22 07:28:07.000000000 +0000 -@@ -31,7 +31,7 @@ - * typedefs to isolate the lossage. - */ - /*@{*/ --#if !defined(__LCLINT__) && defined(__GLIBC__) && \ -+#if !defined(__LCLINT__) && defined(__GLIBC__) && !defined(__UCLIBC__) && \ - (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) - #define USE_COOKIE_SEEK_POINTER 1 - typedef _IO_off64_t _libio_off_t; |