mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-28 13:14:23 +00:00
doh
This commit is contained in:
parent
ad8c7bc6f1
commit
b3308dc720
@ -10,6 +10,7 @@
|
|||||||
PKG=rsync-3.1.0 git automake-1.14.1 autoconf-2.69p1 libtool gmake bzip2 jpeg wget pcre speex libldns
|
PKG=rsync-3.1.0 git automake-1.14.1 autoconf-2.69p1 libtool gmake bzip2 jpeg wget pcre speex libldns
|
||||||
FSPREFIX=/usr/local/freeswitch
|
FSPREFIX=/usr/local/freeswitch
|
||||||
PREFIX=$(FSPREFIX)
|
PREFIX=$(FSPREFIX)
|
||||||
|
DOWNLOAD=http://files.freeswitch.org/downloads/libs
|
||||||
OPENSSL=1.0.1h
|
OPENSSL=1.0.1h
|
||||||
LIBEDIT=20140618-3.1
|
LIBEDIT=20140618-3.1
|
||||||
CURL=7.35.0
|
CURL=7.35.0
|
||||||
@ -42,13 +43,13 @@ deps: libedit openssl curl
|
|||||||
openssl: openssl-$(OPENSSL)/Makefile
|
openssl: openssl-$(OPENSSL)/Makefile
|
||||||
openssl-$(OPENSSL)/Makefile: openssl-$(OPENSSL)
|
openssl-$(OPENSSL)/Makefile: openssl-$(OPENSSL)
|
||||||
openssl-$(OPENSSL):
|
openssl-$(OPENSSL):
|
||||||
(test -d $@) || (wget -4 -O $@.tar.gz http://www.openssl.org/source/$@.tar.gz && tar zxfv $@.tar.gz)
|
(test -d $@) || (wget -4 -O $@.tar.gz $(DOWNLOAD)/$@.tar.gz && tar zxfv $@.tar.gz)
|
||||||
(cd $@ && ./Configure --prefix=$(PREFIX) BSD-x86_64 shared && make && sudo make install)
|
(cd $@ && ./Configure --prefix=$(PREFIX) BSD-x86_64 shared && make && sudo make install)
|
||||||
|
|
||||||
libedit: libedit-$(LIBEDIT)/Makefile
|
libedit: libedit-$(LIBEDIT)/Makefile
|
||||||
libedit-$(LIBEDIT)/Makefile: libedit-$(LIBEDIT)
|
libedit-$(LIBEDIT)/Makefile: libedit-$(LIBEDIT)
|
||||||
libedit-$(LIBEDIT):
|
libedit-$(LIBEDIT):
|
||||||
(test -d $@) || (wget -4 -O $@.tar.gz http://thrysoee.dk/editline/$@.tar.gz && tar zxfv $@.tar.gz)
|
(test -d $@) || (wget -4 -O $@.tar.gz $(DOWNLOAD)/$@.tar.gz && tar zxfv $@.tar.gz)
|
||||||
(cd $@ && ./configure --prefix=$(PREFIX) && make && sudo make install)
|
(cd $@ && ./configure --prefix=$(PREFIX) && make && sudo make install)
|
||||||
|
|
||||||
curl: curl-$(CURL)/.done
|
curl: curl-$(CURL)/.done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user