From bb2099c56d569ccce3476929d5f7c3b84ef61298 Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Tue, 14 Jan 2020 14:41:17 +0100 Subject: [PATCH] Add support of 32bit libxslt --- Platform/v2.0/platform/libxslt-32bit.yaml | 12 ++++++++++++ Platform/v2.0/platform/platform.yaml | 1 + tools | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Platform/v2.0/platform/libxslt-32bit.yaml diff --git a/Platform/v2.0/platform/libxslt-32bit.yaml b/Platform/v2.0/platform/libxslt-32bit.yaml new file mode 100644 index 0000000..d8ea747 --- /dev/null +++ b/Platform/v2.0/platform/libxslt-32bit.yaml @@ -0,0 +1,12 @@ + +name: libxslt-32bit +sources: + - type: archive + url: https://gitlab.gnome.org/GNOME/libxslt/-/archive/v1.1.34/libxslt-v1.1.34.tar.gz + sha256: c61af4c898a93c2862f3f06bba8e5de5e352463febc94a2642d732f21e5d5641 +config-opts: + - CFLAGS=-m32 + - CPPFLAGS=-m32 +builddir: true +only-arches: + - x86_64 \ No newline at end of file diff --git a/Platform/v2.0/platform/platform.yaml b/Platform/v2.0/platform/platform.yaml index c8b2346..4952928 100644 --- a/Platform/v2.0/platform/platform.yaml +++ b/Platform/v2.0/platform/platform.yaml @@ -11,3 +11,4 @@ modules: - libfaudio.yaml - libldap.yaml - python3-pygobject.yaml + - libxslt-32bit.yaml diff --git a/tools b/tools index 2adf338..d05f998 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 2adf3381d7d891d0afb8826b148a96f7536902bd +Subproject commit d05f998c394ffba0a152064fd22940f07cbcfbdf