From cf029192e4ac9ce0e24ddfd880f5f9d557cf9c28 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Dec 2015 16:57:36 +0200 Subject: 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 --- Makefile.fetch | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.fetch') diff --git a/Makefile.fetch b/Makefile.fetch index cbc51b221672..4816ed63fc80 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -193,6 +193,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,PAGEMAKER,PAGEMAKER_TARBALL) \ $(call fetch_Optional,POPPLER,POPPLER_TARBALL) \ $(call fetch_Optional,POSTGRESQL,POSTGRESQL_TARBALL) \ + $(call fetch_Optional,PREBUILT_OPENSSL,PREBUILT_OPENSSL_TARBALL) \ $(call fetch_Optional,PYTHON,PYTHON_TARBALL) \ $(call fetch_Optional,REDLAND,RAPTOR_TARBALL) \ $(call fetch_Optional,REDLAND,RASQAL_TARBALL) \ -- cgit v1.2.3