summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-21 16:16:25 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-21 16:16:25 +0000
commit0e0325c07c3556fc5c8f503c0345590133f68dad (patch)
treeee82b7c5636d9f480316a047aa777a36a002961d
parentafc8dd2ab20f17e02793c2fe6fbe681d1961a442 (diff)
downloadgzip-0e0325c07c3556fc5c8f503c0345590133f68dad.tar.gz
gzip.morph: sed magic to remove rsync dependency
gzip lists rsync as a requirement for building, even if there are code paths that it won't be needed. rsync should not be necessary so remove it from bootstrap.conf
-rw-r--r--gzip.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/gzip.morph b/gzip.morph
index fda6749..90aa111 100644
--- a/gzip.morph
+++ b/gzip.morph
@@ -2,6 +2,7 @@
"name": "gzip",
"kind": "chunk",
"configure-commands": [
+ "sed -i -e '/^buildreq=\"/,/^\"/{/rsync/d}' bootstrap.conf",
"bash bootstrap --skip-po",
"./configure --prefix=/usr --disable-nls"
],