Author: sparky Date: Sun Feb 26 23:36:26 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix cflags in regex
---- Files affected: SOURCES: ngrep-cflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ngrep-cflags.patch diff -u /dev/null SOURCES/ngrep-cflags.patch:1.1 --- /dev/null Mon Feb 27 00:36:26 2006 +++ SOURCES/ngrep-cflags.patch Mon Feb 27 00:36:20 2006 @@ -0,0 +1,12 @@ +diff -Nur ngrep-1.44/regex-0.12/Makefile.in ngrep-1.44.cflags/regex-0.12/Makefile.in +--- ngrep-1.44/regex-0.12/Makefile.in 2004-09-25 17:04:26.000000000 +0000 ++++ ngrep-1.44.cflags/regex-0.12/Makefile.in 2006-02-26 23:33:59.000000000 +0000 +@@ -29,7 +29,7 @@ + CPPFLAGS = + + # Likewise, you can override CFLAGS to optimize, use -Wall, etc. +-CFLAGS = -g ++CFLAGS = @CFLAGS@ + + # Ditto for LDFLAGS and LOADLIBES. + LDFLAGS = ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
