[Libreoffice-commits] core.git: external/libassuan

Stephan Bergmann sbergman at redhat.com
Fri Nov 24 07:51:19 UTC 2017


 external/libassuan/ExternalProject_libassuan.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e8e5bd65d31a60712afcab17d2e5f77c3322f86f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 23 18:08:56 2017 +0100

    Pass $(MAKE) into external/libassuan
    
    Change-Id: I82d775645018b6ce92e4cbc1c8cd67af958bfa21
    Reviewed-on: https://gerrit.libreoffice.org/45165
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/external/libassuan/ExternalProject_libassuan.mk b/external/libassuan/ExternalProject_libassuan.mk
index e796f16bf017..9f0bccdbf64a 100644
--- a/external/libassuan/ExternalProject_libassuan.mk
+++ b/external/libassuan/ExternalProject_libassuan.mk
@@ -30,6 +30,7 @@ $(call gb_ExternalProject_get_state_target,libassuan,build):
 		GPG_ERROR_CFLAGS="$(GPG_ERROR_CFLAGS)" \
 		GPG_ERROR_LIBS="$(GPG_ERROR_LIBS)" \
 		--host=$(if $(filter INTEL,$(CPUNAME)),i686-mingw32,x86_64-w64-mingw32) \
+		MAKE=$(MAKE) \
 	  && $(MAKE) \
 	)
 


More information about the Libreoffice-commits mailing list