summaryrefslogtreecommitdiff
path: root/i486-stage1/curl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-08 16:32:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-08 16:32:24 +0100
commit4787efe6ce42a3bffb6820d3a29c02072e205900 (patch)
tree0414388653653fa5e66db53291aaf8c1d043e91a /i486-stage1/curl
parent88d8a775066ea4d80fa5fcc140a70c95489a1274 (diff)
downloadbootstrap32-4787efe6ce42a3bffb6820d3a29c02072e205900.tar.xz
some stage 1 cleanup
Diffstat (limited to 'i486-stage1/curl')
-rw-r--r--i486-stage1/curl/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/i486-stage1/curl/DESCR b/i486-stage1/curl/DESCR
index 88b092f..f27630e 100644
--- a/i486-stage1/curl/DESCR
+++ b/i486-stage1/curl/DESCR
@@ -15,6 +15,7 @@ sed -i '/--prefix=\/usr/ a \ --without-libpsl \\' PKGBUILD
sed -i "/depends=/s/'libnghttp2'//" PKGBUILD
sed -i '/--prefix=\/usr/ a \ --without-nghttp2 \\' PKGBUILD
sed -i '/--prefix=\/usr/ a \ --without-gssapi \\' PKGBUILD
+sed -i 's/--with-gssapi/--without-gssapi/g' PKGBUILD
# no ca-certificates, needs tons of tools to build (like p11-kit), so we
# create a fake one with certificates from the host (the ca crts from
@@ -24,3 +25,6 @@ sed -i "/depends=/s/'ca-certificates'//" PKGBUILD
# zsh, perl is used to create a completion file for curl and zsh
sed -i '/--prefix=\/usr/ a \ --without-zsh-functions-dir \\' PKGBUILD
+
+# don't build the manual
+sed -i 's/--enable-manual/--disable-manual/g' PKGBUILD