From 4787efe6ce42a3bffb6820d3a29c02072e205900 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Feb 2018 16:32:24 +0100 Subject: some stage 1 cleanup --- i486-stage1/curl/DESCR | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i486-stage1/curl') 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 -- cgit v1.2.3-54-g00ecf