rpms/synfigstudio/EL-6 import.log, NONE, 1.1 synfigstudio-0.62.00-cflags.patch, NONE, 1.1

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 20:54:30 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/synfigstudio/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18565/EL-6

Added Files:
	import.log synfigstudio-0.62.00-cflags.patch 
Log Message:
Pull from devel


--- NEW FILE import.log ---
synfigstudio-0_62_00-2_fc14:EL-6:synfigstudio-0.62.00-2.fc14.src.rpm:1278622448

synfigstudio-0.62.00-cflags.patch:
 configure.ac |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

--- NEW FILE synfigstudio-0.62.00-cflags.patch ---
Do not cripple the CFLAGS, while removing debugging
information and adding arbitrary flags.

Lubomir Rintel <lkundrak at v3.sk>

diff -urp synfigstudio-0.62.00/configure.ac synfigstudio-0.62.00.fixed/configure.ac
--- synfigstudio-0.62.00/configure.ac	2009-10-12 11:33:44.000000000 +0200
+++ synfigstudio-0.62.00.fixed/configure.ac	2009-12-24 03:16:09.977442048 +0100
@@ -31,7 +31,7 @@ AC_PROG_INSTALL
 AC_LANG([C++])
 
 
-AC_ARG_DEBUG
+#AC_ARG_DEBUG
 
 case "$debug" in
 	yes)
@@ -39,11 +39,11 @@ case "$debug" in
 	;;
 esac
 
-AC_ARG_OPTIMIZATION
-AC_ARG_WARNINGS
-AC_ARG_PROFILE_ARCS
-AC_ARG_BRANCH_PROBABILITIES
-AC_ARG_PROFILING
+#AC_ARG_OPTIMIZATION
+#AC_ARG_WARNINGS
+#AC_ARG_PROFILE_ARCS
+#AC_ARG_BRANCH_PROBABILITIES
+#AC_ARG_PROFILING
 
 AC_ARG_ENABLE(g5opt,[
   --enable-g5opt           enable optimizations specific to G5 proc],[



More information about the scm-commits mailing list