summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-22 12:07:43 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-22 12:07:43 +0000
commit3c835adc9fe20f7b34df3f0abd4db6ff8b75bc3b (patch)
treef4c30da63c171c2d69e376b5e91a51b77b3e6a49
parent8e0107363f2425d66ed29998046e58ef9c57af9d (diff)
downloadcurl-3c835adc9fe20f7b34df3f0abd4db6ff8b75bc3b.tar.gz
curl.morph: disable built-in manualbaserock/morph
The built-in manual is generated by a perl script that uses gzip. It uses options that the busybox gzip doesn't accept. We would like to be able to use just busybox, so it is simplest to just disable the built-in manual
-rw-r--r--curl.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/curl.morph b/curl.morph
index db3ed0222..117ede8c4 100644
--- a/curl.morph
+++ b/curl.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"./buildconf",
- "./configure --prefix=\"${PREFIX-/usr}\""
+ "./configure --disable-manual --prefix=\"$PREFIX\""
],
"build-commands": [
"make"