From 3c835adc9fe20f7b34df3f0abd4db6ff8b75bc3b Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 22 Mar 2012 12:07:43 +0000 Subject: curl.morph: disable built-in manual 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 --- curl.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1