Author: qboosh Date: Tue May 1 17:58:55 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - allow passing optflags
---- Files affected: SOURCES: Mird-opt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/Mird-opt.patch diff -u /dev/null SOURCES/Mird-opt.patch:1.1 --- /dev/null Tue May 1 19:58:55 2007 +++ SOURCES/Mird-opt.patch Tue May 1 19:58:49 2007 @@ -0,0 +1,17 @@ +--- Mird-1.0.7/src/configure.in.orig 2001-09-19 14:17:30.000000000 +0200 ++++ Mird-1.0.7/src/configure.in 2007-05-01 19:14:04.557082866 +0200 +@@ -56,14 +56,10 @@ + fi + ]) + +-CFLAGS='' +- +-MY_AC_PROG_CC_FLAG(-g) + MY_AC_PROG_CC_FLAG(-Wall) + if test "x$ac_cv_prog_cc_-Wall" = "xno"; then + MY_AC_PROG_CC_FLAG(-W) + fi +-MY_AC_PROG_CC_FLAG(-O) + + MY_AC_PROG_CC_FLAG(-fPIC) + if test "x$ac_cv_prog_cc_-fPIC" = "xno"; then ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
