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

New commits:
commit e8e5bd65d31a60712afcab17d2e5f77c3322f86f
Author: Stephan Bergmann <sberg...@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 <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@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) \
        )
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to