Author: sls Date: Mon Mar 26 00:38:49 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - ./configure do nasty things to -g-flags
---- Files affected: SOURCES: openhpi-configure.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openhpi-configure.patch diff -u /dev/null SOURCES/openhpi-configure.patch:1.1 --- /dev/null Mon Mar 26 02:38:49 2007 +++ SOURCES/openhpi-configure.patch Mon Mar 26 02:38:43 2007 @@ -0,0 +1,11 @@ +--- openhpi-2.7.2/configure.ac.orig 2007-03-25 00:45:46.000000000 +0000 ++++ openhpi-2.7.2/configure.ac 2007-03-25 01:26:20.000000000 +0000 +@@ -475,7 +475,7 @@ + else + CFLAGS=`echo $CFLAGS | sed -e 's/^-g\w*[ ]*\| -g\w*//g'` + fi], +- [CFLAGS=`echo $CFLAGS | sed -e 's/^-g\w*[ ]*\| -g\w*//g'`] ++ [AC_MSG_NOTICE([don't mess with my precious -gflags])] + ) + + dnl This will let the user decide whether he wants ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
