rpms/festival/devel festival.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 23 02:17:41 UTC 2006


Author: rstrode

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

Modified Files:
	festival.spec 
Log Message:
try again to kluge this to compile



Index: festival.spec
===================================================================
RCS file: /cvs/dist/rpms/festival/devel/festival.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- festival.spec	23 Jan 2006 01:29:34 -0000	1.17
+++ festival.spec	23 Jan 2006 02:17:38 -0000	1.18
@@ -136,14 +136,13 @@
 CFLAGS="$RPM_OPT_FLAGS -O0"
 export CFLAGS
 %endif
-export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/speech_tools/lib:$PATH
 export PATH=`pwd`/bin:$PATH
 pushd speech_tools
 %configure
 
-make
+make CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-error" CFLAGS="$RPM_OPT_FLAGS -fno-string-aliasing -Wno-error"
 
 #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 *
 




More information about the fedora-cvs-commits mailing list