[Freeswitch-svn] [commit] r10871 -	freeswitch/trunk/src/mod/endpoints/mod_sofia
    FreeSWITCH SVN 
    mikej at freeswitch.org
       
    Thu Dec 18 12:02:05 PST 2008
    
    
  
Author: mikej
Date: Thu Dec 18 15:02:05 2008
New Revision: 10871
Log:
force -ggdb into sofia build
Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile.am
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile.am
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile.am	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile.am	Thu Dec 18 15:02:05 2008
@@ -44,7 +44,7 @@
 $(mod_sofia_la_SOURCES) : $(BUILT_SOURCES)
 
 $(SOFIALA): $(SOFIA_DIR) $(SOFIA_DIR)/.update
-	cd $(SOFIA_DIR) && $(MAKE)
+	cd $(SOFIA_DIR) && $(MAKE) SOFIA_CFLAGS="$(AM_CFLAGS)"
 	$(TOUCH_TARGET)
 
 ../../../../libs/sofia-sip/libsofia-sip-ua/nua/sofia-sip/nua_tag.h: $(SOFIALA)
    
    
More information about the Freeswitch-svn
mailing list