diff -r 71503088f51b -r f880f219c566 openpkg/xz.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openpkg/xz.patch Tue Jul 31 12:23:42 2012 +0200 @@ -0,0 +1,43 @@ +Index: Makefile.in +--- Makefile.in.orig 2012-06-22 13:56:07.000000000 +0200 ++++ Makefile.in 2012-06-27 10:11:55.000000000 +0200 +@@ -333,7 +333,7 @@ + # Use -n to prevent gzip from adding a timestamp to the .gz headers. + GZIP_ENV = -9n + DIST_SUBDIRS = lib src po tests debug +-SUBDIRS = $(am__append_1) src po tests ++SUBDIRS = $(am__append_1) src + dist_doc_DATA = \ + AUTHORS \ + COPYING \ +Index: configure +--- configure.orig 2012-06-22 13:56:05.000000000 +0200 ++++ configure 2012-06-27 10:11:55.000000000 +0200 +@@ -17680,26 +17680,7 @@ + # don't seem so useful here; at least the last one gives some + # warnings which are not bugs. + for NEW_FLAG in \ +- -Wall \ +- -Wextra \ +- -Wformat=2 \ +- -Winit-self \ +- -Wmissing-include-dirs \ +- -Wstrict-aliasing \ +- -Wfloat-equal \ +- -Wundef \ +- -Wshadow \ +- -Wpointer-arith \ +- -Wbad-function-cast \ +- -Wwrite-strings \ +- -Wlogical-op \ +- -Waggregate-return \ +- -Wstrict-prototypes \ +- -Wold-style-definition \ +- -Wmissing-prototypes \ +- -Wmissing-declarations \ +- -Wmissing-noreturn \ +- -Wredundant-decls ++ none + do + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts $NEW_FLAG" >&5 + $as_echo_n "checking if $CC accepts $NEW_FLAG... " >&6; }