Author: glen Date: Sat Mar 4 15:00:29 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - CFLAGS patch
---- Files affected: SOURCES: smart-optflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/smart-optflags.patch diff -u /dev/null SOURCES/smart-optflags.patch:1.1 --- /dev/null Sat Mar 4 16:00:29 2006 +++ SOURCES/smart-optflags.patch Sat Mar 4 16:00:24 2006 @@ -0,0 +1,11 @@ +--- smart-0.41/contrib/smart-update/Makefile~ 2006-03-04 16:54:39.000000000 +0200 ++++ smart-0.41/contrib/smart-update/Makefile 2006-03-04 16:54:41.000000000 +0200 +@@ -1,6 +1,7 @@ ++CFLAGS = -Wall + + smart-update: smart-update.c +- $(CC) -Wall $< -o $@ ++ $(CC) $(CFLAGS) $< -o $@ + + clean: + rm -f smart-update ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
