diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-10 16:57:36 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-10 17:01:19 +0200 |
commit | cf029192e4ac9ce0e24ddfd880f5f9d557cf9c28 (patch) | |
tree | b0ad24e53f22dd7f20eb38e81d1375e0a768e4ab /download.lst | |
parent | 9ad6f07e0b5494e55d70642120f173961845ce30 (diff) |
Add --with-prebuilt-openssl
Don't ask.
Oh well, if you want to know: For some people, like me, Cygwin and its
Perl run into horrible trouble with the fork() emulation when building
OpenSSL. (But my Cygwin works fine for all else in the build. Go
figure.)
So I came up with a way to use prebuilt OpenSSL binaries. Not to be
used for release builds, of course (and the configury checks for
that), as long as our policy is to build all we can from sources.
Change-Id: Ic303bdf0c620c5122aca3d646fa1f0587221e70f
Diffstat (limited to 'download.lst')
-rwxr-xr-x | download.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/download.lst b/download.lst index be68617a23db..0b22720c9316 100755 --- a/download.lst +++ b/download.lst @@ -126,6 +126,8 @@ export PNG_TARBALL := libpng-1.6.19.tar.gz export POPPLER_MD5SUM := 35c0660065d023365e9854c13e289d12 export POPPLER_TARBALL := poppler-0.26.4.tar.gz export POSTGRESQL_TARBALL := c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 +export PREBUILT_OPENSSL_MD5SUM=b91f5c21ab18e8ad993b94092479c39a +export PREBUILT_OPENSSL_TARBALL=prebuilt-openssl.tar.bz2 ifeq ($(PYTHON_VERSION_MINOR),3) export PYTHON_MD5SUM := 803a75927f8f241ca78633890c798021 |