openssl/ExternalProject_openssl.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18251a64d58e0a925c66c67ce9d0b1b83a442a19
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Sep 12 10:14:35 2013 +0200

    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

diff --git a/openssl/ExternalProject_openssl.mk 
b/openssl/ExternalProject_openssl.mk
index 8df16bc..b825622 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))" \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to