[Libreoffice-commits] .: epm/Module_epm.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 31 09:54:24 PDT 2012
epm/Module_epm.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit e5b645bc60a0b058632a75613d31db3398ed20f5
Author: Tor Lillqvist <tml at 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:
More information about the Libreoffice-commits
mailing list