From: Michael Jerris Date: Mon, 9 Oct 2006 21:53:39 +0000 (+0000) Subject: we don't need glib so disable it. X-Git-Tag: v1.0-beta1~1925 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514a73bcb17f15932a978c2bf4e903123cb63b99;p=thirdparty%2Ffreeswitch.git we don't need glib so disable it. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3016 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/Makefile b/src/mod/endpoints/mod_sofia/Makefile index 7b92ce0391..e8b82700bb 100644 --- a/src/mod/endpoints/mod_sofia/Makefile +++ b/src/mod/endpoints/mod_sofia/Makefile @@ -10,7 +10,7 @@ endif all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) depends: - MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(TARBALL) --prefix=$(PREFIX) --with-pic + MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(TARBALL) --prefix=$(PREFIX) --with-pic --with-glib=no %.o: %.c $(CC) -fPIC $(CFLAGS) -c -o $@ $<