Author: qboosh Date: Sat Jul 22 10:02:30 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - don't override our optflags
---- Files affected: SOURCES: libupnp-opt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libupnp-opt.patch diff -u /dev/null SOURCES/libupnp-opt.patch:1.1 --- /dev/null Sat Jul 22 12:02:30 2006 +++ SOURCES/libupnp-opt.patch Sat Jul 22 12:02:25 2006 @@ -0,0 +1,16 @@ +--- libupnp-1.3.1/configure.ac.orig 2006-03-05 21:59:33.000000000 +0100 ++++ libupnp-1.3.1/configure.ac 2006-07-22 11:57:45.565712000 +0200 +@@ -115,13 +115,6 @@ + # + # Default compilation flags + # +-if test x"$enable_debug" = xyes; then +- # AC_PROG_CC already sets CFLAGS to "-g -O2" by default +- : +-else +- # add optimise for size +- AX_CFLAGS_GCC_OPTION([-Os]) +-fi + AX_CFLAGS_WARN_ALL + + # Arrange for large-file support (can be disabled with --disable-largefile). ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
