epm/Module_epm.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e5b645bc60a0b058632a75613d31db3398ed20f5
Author: Tor Lillqvist <t...@iki.fi>
Date:   Wed Oct 31 18:44:52 2012 +0200

    Don't build the epm tools for the HOST platform when cross-compiling
    
    Change-Id: I98aa2bcb90385096915c9cddea6a9e68ab95d29c

diff --git a/epm/Module_epm.mk b/epm/Module_epm.mk
index 8a52272..773342c 100644
--- a/epm/Module_epm.mk
+++ b/epm/Module_epm.mk
@@ -11,6 +11,8 @@ $(eval $(call gb_Module_Module,epm))
 
 ifeq (EPM,$(filter EPM,$(BUILD_TYPE)))
 
+ifneq ($(CROSS_COMPILING),YES)
+
 $(eval $(call gb_Module_add_targets,epm,\
        ExternalPackage_epm \
        ExternalProject_epm \
@@ -19,4 +21,6 @@ $(eval $(call gb_Module_add_targets,epm,\
 
 endif
 
+endif
+
 # vim: set noet sw=4 ts=4:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to