From 655acd3a233b60c5618d0239e9a716865c0b595a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 1 Feb 2018 18:34:42 +0100 Subject: building more utilities --- packages-i486-stage1/curl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages-i486-stage1/curl') diff --git a/packages-i486-stage1/curl b/packages-i486-stage1/curl index 1c444d8..88b092f 100644 --- a/packages-i486-stage1/curl +++ b/packages-i486-stage1/curl @@ -17,9 +17,10 @@ sed -i '/--prefix=\/usr/ a \ --without-nghttp2 \\' PKGBUILD sed -i '/--prefix=\/usr/ a \ --without-gssapi \\' PKGBUILD # no ca-certificates, needs tons of tools to build (like p11-kit), so we -# create a fake one with certificates from the host +# create a fake one with certificates from the host (the ca crts from +# ca-certificates-utils should be enough actually) # TODO: is this LE/BE-safe? -# sed -i "/depends=/s/'ca-certificates'//" PKGBUILD +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 -- cgit v1.2.3-54-g00ecf