From fd64ef32214ceb05f89c51073e3a4673fb0c32aa Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 4 Feb 2015 10:08:53 +0000 Subject: Update to libexpat 2.0.1 Also change the build system to cmake, as the autotools based one doesn't seem to work with the current automake version. --- strata/core/libexpat.morph | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'strata/core/libexpat.morph') diff --git a/strata/core/libexpat.morph b/strata/core/libexpat.morph index 1e0fe696..b36a67aa 100644 --- a/strata/core/libexpat.morph +++ b/strata/core/libexpat.morph @@ -1,9 +1,8 @@ name: libexpat kind: chunk configure-commands: -- autoreconf -i -- ./configure --prefix="${PREFIX-/usr}" +- mkdir o && cd o && cmake -DCMAKE_INSTALL_PREFIX=/usr .. build-commands: -- make +- cd o && make install-commands: -- make DESTDIR="$DESTDIR" install +- cd o && make DESTDIR="$DESTDIR" install -- cgit v1.2.1