summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2015-05-26 15:53:22 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-05-26 16:43:14 +0000
commit7e49752a2c92a1da2cf3dcc9cd25bb2f07ed69c8 (patch)
tree9b65a03392a36d8fc9f90a84ca888394b0cde7be /strata/core
parentce2d609fea5b5ed77d244f93c018d29c2f8a19b4 (diff)
downloaddefinitions-7e49752a2c92a1da2cf3dcc9cd25bb2f07ed69c8.tar.gz
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
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/libexpat.morph10
1 files changed, 4 insertions, 6 deletions
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