From 29314c26078ff5b5ccdd518893ab58f9b681f40f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 18 Jul 2012 21:14:03 +0100 Subject: Add morphology Explicitly --disable-external-libs --- libsndfile.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libsndfile.morph diff --git a/libsndfile.morph b/libsndfile.morph new file mode 100644 index 0000000..a1e82ce --- /dev/null +++ b/libsndfile.morph @@ -0,0 +1,8 @@ +{ + "name": "libsndfile", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "./configure --disable-external-libs" + ] +} -- cgit v1.2.1 From 02e19f5c979d1825c50518b43587305cf80a412c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 19 Jul 2012 12:29:41 +0100 Subject: libsndfile.morph: configure commands should honour $PREFIX --- libsndfile.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsndfile.morph b/libsndfile.morph index a1e82ce..1d45922 100644 --- a/libsndfile.morph +++ b/libsndfile.morph @@ -3,6 +3,6 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "./configure --disable-external-libs" + "./configure --prefix=\"$PREFIX\" --disable-external-libs" ] } -- cgit v1.2.1