[Freeswitch-svn] [commit] r10725 - freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx

FreeSWITCH SVN mikej at freeswitch.org
Thu Dec 11 17:43:21 PST 2008


Author: mikej
Date: Thu Dec 11 20:43:21 2008
New Revision: 10725

Log:
FSBUILD-58 pocketsphinx rpmbuild fix

Modified:
   freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile

Modified: freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile	(original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/Makefile	Thu Dec 11 20:43:21 2008
@@ -18,7 +18,7 @@
 	$(GETLIB) $(SPHINXBASE).tar.gz
 
 $(SPHINXBASE_DIR)/buildstamp: $(SPHINXBASE_DIR)
-	test -f $(SPHINXBASE_DIR)/Makefile || (cd $(SPHINXBASE_DIR) && ./configure --with-pic --without-python --disable-shared)
+	test -f $(SPHINXBASE_DIR)/Makefile || (cd $(SPHINXBASE_DIR) && ./configure --with-pic --without-python --disable-shared CFLAGS=)
 	test -f $(SPHINXBASE_DIR)/buildstamp || (touch $(SPHINXBASE_DIR)/buildstamp)
 
 $(SPHINXBASE_LA): $(SPHINXBASE_DIR)/buildstamp
@@ -29,7 +29,7 @@
 	$(GETLIB) $(POCKETSPHINX).tar.gz
 
 $(POCKETSPHINX_DIR)/Makefile: $(POCKETSPHINX_DIR)
-	cd $(POCKETSPHINX_DIR) && ./configure --with-pic --without-python --disable-shared --with-sphinxbase=$(SPHINXBASE_DIR)
+	cd $(POCKETSPHINX_DIR) && ./configure --with-pic --without-python --disable-shared --with-sphinxbase=$(SPHINXBASE_DIR) CFLAGS=
 	$(TOUCH_TARGET)
 
 $(POCKETSPHINX_DIR)/buildstamp: $(POCKETSPHINX_DIR)/Makefile



More information about the Freeswitch-svn mailing list