summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-27 11:11:33 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-27 11:11:33 +0100
commit05d2e767c66be5f5e8f7b4e751e02c33363535c1 (patch)
tree0586c0471e0334623187d7bbd3fadc5d0fd8e077
parentefde279478b01ffebd3ba25838ed8fb5b8f39a66 (diff)
downloadlibtool-05d2e767c66be5f5e8f7b4e751e02c33363535c1.tar.gz
libtool.morph: remove dependency on xz
xz is only needed by libtool for make dist-xz, which builds libtool.tar.xz. We don't make release tarballs
-rw-r--r--libtool.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtool.morph b/libtool.morph
index 4dc9371b..9ea20e64 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"max-jobs": 1,
"configure-commands": [
+ "sed -i -e '/^buildreq=\"/,/^\"/{/xz/d}' bootstrap.conf",
"bash bootstrap --skip-po --skip-git",
"./configure --prefix=\"$PREFIX\" --disable-nls"
],