]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don;t think we need sqlite support in sndfile, and it was causing build issues on...
authorMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 04:32:52 +0000 (04:32 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 1 Oct 2006 04:32:52 +0000 (04:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2912 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_sndfile/Makefile

index af968dd68ee7cc40aea5419afed5e2adbb67a46b..a962f8e7cb1eef9efede0296dd8d0ec048f1b9df 100644 (file)
@@ -3,7 +3,7 @@ LDFLAGS += -lsndfile -L/usr/local/lib
 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