summaryrefslogtreecommitdiffstats
path: root/openssl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-12 10:14:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-12 10:14:41 +0200
commit18251a64d58e0a925c66c67ce9d0b1b83a442a19 (patch)
tree068acfa83c02d866c0c49e6c5fa06c84381e4ff4 /openssl
parentOnly build in ExternalProject_openssl what's needed in ExternalPackage_openssl (diff)
downloadcore-18251a64d58e0a925c66c67ce9d0b1b83a442a19.tar.gz
core-18251a64d58e0a925c66c67ce9d0b1b83a442a19.zip
Looks like build_engines (incl. in build_libs) is needed afer all
...otherwise, building postgresql fails with missing "_ENGINE_load_4758cca" referenced from _ENGINE_load_builtin_engines in libcrypto.a(eng_all.o) etc. Change-Id: Ie3414164ee4f11a94cd59ec5ea072a40e99706fb
Diffstat (limited to 'openssl')
-rw-r--r--openssl/ExternalProject_openssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/ExternalProject_openssl.mk b/openssl/ExternalProject_openssl.mk
index 8df16bcebbf2..b825622a2d51 100644
--- a/openssl/ExternalProject_openssl.mk
+++ b/openssl/ExternalProject_openssl.mk
@@ -84,7 +84,7 @@ $(call gb_ExternalProject_get_state_target,openssl,build):
$(if $(filter-out ANDROID IOS WNT,$(OS)), \
$(if $(SYSBASE),-I$(SYSBASE)/usr/include -L$(SYSBASE)/usr/lib)) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
- && $(MAKE) build_crypto build_ssl \
+ && $(MAKE) build_libs \
CC="$(CC) $(if $(filter-out WNT,$(OS)),\
$(if $(filter TRUE,$(HAVE_GCC_VISIBILITY_FEATURE)),\
-fvisibility=hidden))" \