summaryrefslogtreecommitdiff
path: root/strata/core/libexpat.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/libexpat.morph')
-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