[Libreoffice-commits] core.git: python3/ExternalPackage_python3.mk
Caolán McNamara
caolanm at redhat.com
Sat Apr 6 05:08:06 PDT 2013
python3/ExternalPackage_python3.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 1a7f09b3eb878ebdcd106eb3b0b7dd5fe760dd5a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Apr 6 12:37:10 2013 +0100
aix python doesn't have lib-dynload contents
Change-Id: Ib6339c29f6820e75ff99aeb0547145597771d584
diff --git a/python3/ExternalPackage_python3.mk b/python3/ExternalPackage_python3.mk
index 1e83e3f..fc16d5a 100644
--- a/python3/ExternalPackage_python3.mk
+++ b/python3/ExternalPackage_python3.mk
@@ -53,7 +53,7 @@ $(eval $(call gb_ExternalPackage_add_file,python3,lib/libpython$(PYTHON_VERSION_
# one of these failed to build.
# Obviously this list should not contain stuff with external dependencies
# that may not be available on baseline systems.
-
+ifneq ($(OS),AIX)
$(eval $(call gb_ExternalPackage_add_files,python3,lib/python/lib-dynload,\
LO_lib/array.cpython-$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)m.so \
LO_lib/atexit.cpython-$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)m.so \
@@ -105,6 +105,7 @@ $(eval $(call gb_ExternalPackage_add_files,python3,lib/python/lib-dynload,\
LO_lib/zlib.cpython-$(PYTHON_VERSION_MAJOR)$(PYTHON_VERSION_MINOR)m.so \
))
endif
+endif
# headers are not delivered, but used from unpacked dir Include/
# (+ toplevel for pyconfig.h)
More information about the Libreoffice-commits
mailing list