This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 45fa485a2035f5031433052f7e6771c12a663dd1 Author: Miriam Ruiz <[email protected]> Date: Tue Jun 5 20:43:36 2007 +0000 Patch configure (remove -O3 and --dynamic-linker /lib/ld-linux.so.2) --- debian/patches/configure.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 43 insertions(+) diff --git a/debian/patches/configure.patch b/debian/patches/configure.patch new file mode 100644 index 0000000..92b89bb --- /dev/null +++ b/debian/patches/configure.patch @@ -0,0 +1,42 @@ +diff -ruN fenix0.92-0.92a.orig/configure fenix0.92-0.92a/configure +--- fenix0.92-0.92a.orig/configure 2007-04-13 18:19:02.000000000 +0000 ++++ fenix0.92-0.92a/configure 2007-06-05 18:40:44.000000000 +0000 +@@ -1629,7 +1629,7 @@ + + *) + COMMON_CFLAGS="-Wall -DTARGET_Linux" +- COMMON_LIBS="$COMMON_LIBS -Wl,-Bdynamic -lc -Wl,--dynamic-linker /lib/ld-linux.so.2" ++ COMMON_LIBS="$COMMON_LIBS -Wl,-Bdynamic -lc" + ;; + esac + ;; +@@ -3176,7 +3176,7 @@ + if test "x$enable_debug" = "xyes"; then + CFLAGS="-g $INCLUDES" + else +- CFLAGS="-O3 -finline-functions -ffast-math $INCLUDES" ++ CFLAGS="-O2 -finline-functions -ffast-math $INCLUDES" + fi + + +diff -ruN fenix0.92-0.92a.orig/configure.in fenix0.92-0.92a/configure.in +--- fenix0.92-0.92a.orig/configure.in 2007-04-13 18:19:02.000000000 +0000 ++++ fenix0.92-0.92a/configure.in 2007-06-05 18:40:39.000000000 +0000 +@@ -48,7 +48,7 @@ + + *) + COMMON_CFLAGS="-Wall -DTARGET_Linux" +- COMMON_LIBS="$COMMON_LIBS -Wl,-Bdynamic -lc -Wl,--dynamic-linker /lib/ld-linux.so.2" ++ COMMON_LIBS="$COMMON_LIBS -Wl,-Bdynamic -lc" + ;; + esac + ;; +@@ -87,7 +87,7 @@ + if test "x$enable_debug" = "xyes"; then + CFLAGS="-g $INCLUDES" + else +- CFLAGS="-O3 -finline-functions -ffast-math $INCLUDES" ++ CFLAGS="-O2 -finline-functions -ffast-math $INCLUDES" + fi + + dnl librerias para todos diff --git a/debian/patches/series b/debian/patches/series index 73a8fd6..b1fca23 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +configure.patch fxi_binname.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

