rpms/festival/devel festival.spec,1.11,1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 28 20:46:48 UTC 2005


Author: johnp

Update of /cvs/dist/rpms/festival/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29715

Modified Files:
	festival.spec 
Log Message:
- build with -O0 on ppc to see if we can get the compiler not to crash



Index: festival.spec
===================================================================
RCS file: /cvs/dist/rpms/festival/devel/festival.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- festival.spec	28 Apr 2005 20:18:19 -0000	1.11
+++ festival.spec	28 Apr 2005 20:46:45 -0000	1.12
@@ -127,23 +127,23 @@
 
 
 %build
+
+%ifarch ppc
+CFLAGS="$RPM_OPT_FLAGS -O0"
+export CFLAGS
+%endif
+
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/speech_tools/lib:$PATH
 export PATH=`pwd`/bin:$PATH
 pushd speech_tools
 %configure
 
-
 make
 
 #g++ -shared -L../../../speech_tools/lib -lestools -lestbase -leststring -ltermcap -Wl,-soname -Wl,libFestival.so.1 -Wl,--rpath -Wl,/usr/lib -o ../libFestival.so.1.4.1 *
 
 popd
 
-%ifarch ppc
-CFLAGS="$RPM_OPT_FLAGS -O1"
-export CFLAGS
-%endif
-
 %configure 
 FTLIBDIR=%{_datadir}/festival make
 




More information about the fedora-cvs-commits mailing list