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-configure | |
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-configure')
-rw-r--r-- | package/rpm/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/rpm/patches/patch-configure b/package/rpm/patches/patch-configure new file mode 100644 index 000000000..7602cc370 --- /dev/null +++ b/package/rpm/patches/patch-configure @@ -0,0 +1,11 @@ +--- rpm-4.7.0.orig/configure 2009-04-16 10:10:33.000000000 +0200 ++++ rpm-4.7.0/configure 2009-06-23 19:55:16.747272696 +0200 +@@ -21839,7 +21839,7 @@ if test "$GCC" = yes; then + CFLAGS="$CFLAGS -fPIC -DPIC -D_REENTRANT -Wall -Wpointer-arith -Wmissing-prototypes -Wno-char-subscripts" + # XXX disabled for now due to noise from NSPR headers + # CFLAGS="$CFLAGS -Wstrict-prototypes" +- cflags_to_try="-fno-strict-aliasing -fstack-protector" ++ cflags_to_try="-fno-strict-aliasing" + { $as_echo "$as_me:$LINENO: checking supported compiler flags" >&5 + $as_echo_n "checking supported compiler flags... " >&6; } + old_cflags=$CFLAGS |