external/libtiff/ExternalProject_libtiff.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8fbf378c676731ac0947c850ed402f5647b23738
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Mon Oct 17 21:37:18 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Oct 17 21:37:18 2022 +0200

    [cp] cross compilation of libtiff on this branch
    
    Change-Id: I4f3f7dbfa6b8f144e228835d52c20ab272ac3872

diff --git a/external/libtiff/ExternalProject_libtiff.mk 
b/external/libtiff/ExternalProject_libtiff.mk
index 04af18322541..73aa5bb1692e 100644
--- a/external/libtiff/ExternalProject_libtiff.mk
+++ b/external/libtiff/ExternalProject_libtiff.mk
@@ -64,7 +64,7 @@ $(call gb_ExternalProject_get_state_target,libtiff,build) :
                        ac_cv_lib_z_inflateEnd=yes \
                        ac_cv_lib_jpeg_jpeg_read_scanlines=yes \
                        ac_cv_lib_webp_WebPDecode=yes \
-                       $(gb_CONFIGURE_PLATFORMS) \
+                       $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM)) \
                && cd libtiff && $(MAKE) libtiff.la \
        )
        $(call gb_Trace_EndRange,libtiff,EXTERNAL)

Reply via email to