提交 aaddc421 authored 作者: Brian West's avatar Brian West

stop it with the system ssl for curl you pesky thing

上级 78c07db8
...@@ -56,5 +56,6 @@ curl: curl-$(CURL)/.done ...@@ -56,5 +56,6 @@ curl: curl-$(CURL)/.done
curl-$(CURL)/.done: curl-$(CURL) curl-$(CURL)/.done: curl-$(CURL)
curl-$(CURL): curl-$(CURL):
(test -d $@) || (wget -4 -O $@.tar.gz $(DOWNLOAD)/$@.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 && touch .done) (rm -rf $(PREFIX)/lib/libcurl.*)
(cd $@ && PKG_CONFIG_PATH=/usr/local/freeswitch/lib/pkgconfig:$PKG_CONFIG_PATH LDFLAGS='-L$(PREFIX)/lib -Wl,-rpath-link=$(PREFIX)/lib' CFLAGS='-I$(PREFIX)/include' ./configure --prefix=$(PREFIX) && make && sudo make install && touch .done)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论