From 7e49752a2c92a1da2cf3dcc9cd25bb2f07ed69c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 26 May 2015 15:53:22 +0100 Subject: Make gettext depend in libexpat to add support to translate XML files Also, use autotools instead the experimental cmake system as It doesnt seem to generate the correct libexpat.so.x files. Thanks to Daniel Silverstone for the automake line to add the missing automake files (like install-sh) as upstream doesnt have them Change-Id: Ide6ad8ecb9ed35a42348a882cb9acc3b36fc4e34 --- strata/core/libexpat.morph | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'strata/core') diff --git a/strata/core/libexpat.morph b/strata/core/libexpat.morph index b36a67aa..05285c0d 100644 --- a/strata/core/libexpat.morph +++ b/strata/core/libexpat.morph @@ -1,8 +1,6 @@ name: libexpat kind: chunk -configure-commands: -- mkdir o && cd o && cmake -DCMAKE_INSTALL_PREFIX=/usr .. -build-commands: -- cd o && make -install-commands: -- cd o && make DESTDIR="$DESTDIR" install +build-system: autotools +pre-configure-commands: +- ./buildconf.sh +- automake --add-missing --copy || true -- cgit v1.2.1