[Freeswitch-svn] [commit] r2912 -	freeswitch/trunk/src/mod/formats/mod_sndfile
    Freeswitch SVN 
    mikej at freeswitch.org
       
    Sun Oct  1 00:32:52 EDT 2006
    
    
  
Author: mikej
Date: Sun Oct  1 00:32:52 2006
New Revision: 2912
Modified:
   freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile
Log:
don;t think we need sqlite support in sndfile, and it was causing build issues on some freebsd boxes for some reason.
Modified: freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile	(original)
+++ freeswitch/trunk/src/mod/formats/mod_sndfile/Makefile	Sun Oct  1 00:32:52 2006
@@ -3,7 +3,7 @@
 all:	depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
 
 depends:
-	MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libsndfile-1.0.16.tar.gz --prefix=$(PREFIX)
+	MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libsndfile-1.0.16.tar.gz --prefix=$(PREFIX) --disable-sqlite
 
 $(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c
 	$(CC) $(CFLAGS) -fPIC -c $(MODNAME).c -o $(MODNAME).o 
    
    
More information about the Freeswitch-svn
mailing list