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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 28 20:18:22 UTC 2005


Author: johnp

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

Modified Files:
	festival.spec 
Log Message:
- use -O1 for ppc to get around compiler bug



Index: festival.spec
===================================================================
RCS file: /cvs/dist/rpms/festival/devel/festival.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- festival.spec	28 Apr 2005 16:28:18 -0000	1.10
+++ festival.spec	28 Apr 2005 20:18:19 -0000	1.11
@@ -138,6 +138,12 @@
 #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