Author: twittner Date: Thu Dec 15 18:36:38 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - added `AM_CFLAGS = -Wall' (useful f.e. for hunting implicit declarations)
---- Files affected: SOURCES: bsdtar-cflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/bsdtar-cflags.patch diff -u /dev/null SOURCES/bsdtar-cflags.patch:1.1 --- /dev/null Thu Dec 15 19:36:38 2005 +++ SOURCES/bsdtar-cflags.patch Thu Dec 15 19:36:33 2005 @@ -0,0 +1,11 @@ +--- o.bsdtar-1.2.37/Makefile.am 2005-11-08 05:33:59.000000000 +0100 ++++ n.bsdtar-1.2.37/Makefile.am 2005-12-15 18:42:37.198294144 +0100 +@@ -2,6 +2,8 @@ + + # Process this file with automake to create Makefile.in + ++AM_CFLAGS = -Wall ++ + bin_PROGRAMS= bsdtar + bsdtar_SOURCES= \ + bsdtar.c \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
