bump some dependencies for release builds

pull/627/head
Timothy Stack 5 years ago
parent 31c440777f
commit 9936f1e814

@ -12,14 +12,14 @@ clean-outbox: outbox
PACKAGE_URLS = \
https://ftp.gnu.org/gnu/make/make-4.2.1.tar.gz \
ftp://ftp.gnu.org/gnu/ncurses//ncurses-5.9.tar.gz \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.gz \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.42.tar.gz \
https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz \
http://www.zlib.net/zlib-1.2.11.tar.gz \
http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz \
https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz \
https://sqlite.org/2018/sqlite-autoconf-3260000.tar.gz \
https://www.openssl.org/source/openssl-1.0.2n.tar.gz \
https://www.libssh2.org/download/libssh2-1.8.0.tar.gz \
https://curl.haxx.se/download/curl-7.61.0.tar.gz
https://curl.haxx.se/download/curl-7.63.0.tar.gz
.PHONY: linux freebsd pkger download-pkgs

@ -60,7 +60,7 @@ if test x"${OS}" != x"FreeBSD"; then
&& \
make && make install)
(cd pcre-8.41 && \
(cd pcre-* && \
./configure --prefix=${FAKE_ROOT} \
--enable-jit \
--enable-utf \
@ -97,7 +97,7 @@ else
&& \
make && make install)
(cd pcre-8.40 && \
(cd pcre-* && \
./configure --prefix=${FAKE_ROOT} \
--enable-jit \
--enable-utf \

Loading…
Cancel
Save