[Libreoffice-commits] core.git: RepositoryExternal.mk

Thorsten Behrens thorsten.behrens at cib.de
Thu Nov 23 19:49:35 UTC 2017


 RepositoryExternal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a27f26228c8311b3b01ecca81d6cdcd3ceb644e1
Author: Thorsten Behrens <thorsten.behrens at cib.de>
Date:   Thu Nov 23 18:06:59 2017 +0100

    fix build: use same conditional as in configure
    
    Change-Id: I2383baaafbb5f79e1469a6296f3d65f1eadfa5eb

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index cad1db6ddc7c..4fba2a4c00e5 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3469,7 +3469,7 @@ $(call gb_LinkTarget_add_libs,$(1),\
 
 endef
 
-else # NON-SYSTEM_GPGME
+else ifneq ($(filter GPGMEPP,$(BUILD_TYPE)),) # NON-SYSTEM_GPGME
 
 define gb_ExternalProject__use_gpgmepp
 $(call gb_ExternalProject_use_external_project,$(1),gpgmepp)


More information about the Libreoffice-commits mailing list