]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tweak Cent5 auto build
authorBrian West <brian@freeswitch.org>
Mon, 16 Feb 2015 15:17:20 +0000 (09:17 -0600)
committerBrian West <brian@freeswitch.org>
Mon, 16 Feb 2015 15:17:20 +0000 (09:17 -0600)
build/Makefile.centos5

index 79a24859862871f7c4268bd77bcd17b3afa1982a..cddd8f29ee15d0eb5607ee64edd53dced0292c4f 100644 (file)
@@ -11,10 +11,10 @@ FSPREFIX=/usr/local/freeswitch
 PREFIX=/usr/local/freeswitch
 DOWNLOAD=http://files.freeswitch.org/downloads/libs
 JPEG=v8d
-OPENSSL=1.0.1j
+OPENSSL=1.0.1l
 SQLITE=autoconf-3080403
 PCRE=8.35
-CURL=7.35.0
+CURL=7.40.0
 SPEEX=1.2rc1
 LIBEDIT=20140618-3.1
 LDNS=1.6.17
@@ -76,7 +76,7 @@ curl: curl-$(CURL)/.done
 curl-$(CURL)/.done: curl-$(CURL)
 curl-$(CURL):
        (test -d $@) || (wget -4 -O $@.tar.gz $(DOWNLOAD)/$@.tar.gz && tar zxfv $@.tar.gz)
-       (cd $@ && ./configure --prefix=$(PREFIX) && make && sudo make install && touch .done)
+       (cd $@ && ./configure LDFLAGS='-L$(PREFIX)/lib -Wl,-rpath=$(PREFIX)/lib' CFLAGS='-I$(PREFIX)/include' --prefix=$(PREFIX) && make && sudo make install && touch .done)
 
 speex: speex-$(SPEEX)/.done
 speex-$(SPEEX)/.done: speex-$(SPEEX)