diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-25 21:04:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-25 21:04:37 +0200 |
commit | b5b277f51439e52bec1ecdb1f6f1d19a3aed448a (patch) | |
tree | 124fcb970c087a739eeb10385fb97fc8287cee9d /package/rpm/patches/patch-rpmio_rpmio_h | |
parent | 975f9ccb8c9a3896941e02c2bca538853adf60df (diff) |
add some packages
- add make/patch/rpm and dependencies
- update ar7 port a little bit
Diffstat (limited to 'package/rpm/patches/patch-rpmio_rpmio_h')
-rw-r--r-- | package/rpm/patches/patch-rpmio_rpmio_h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/rpm/patches/patch-rpmio_rpmio_h b/package/rpm/patches/patch-rpmio_rpmio_h new file mode 100644 index 000000000..bb7c0b073 --- /dev/null +++ b/package/rpm/patches/patch-rpmio_rpmio_h @@ -0,0 +1,12 @@ +--- rpm-4.7.0.orig/rpmio/rpmio.h 2009-03-03 07:51:52.000000000 +0100 ++++ rpm-4.7.0/rpmio/rpmio.h 2009-06-25 20:22:25.734966728 +0200 +@@ -26,7 +26,8 @@ extern "C" { + * typedefs to isolate the lossage. + */ + #if defined(__GLIBC__) && \ +- (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) ++ (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) && \ ++ !defined(__UCLIBC__) + #define USE_COOKIE_SEEK_POINTER 1 + typedef _IO_off64_t _libio_off_t; + typedef _libio_off_t * _libio_pos_t; |