summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/curl
diff options
context:
space:
mode:
Diffstat (limited to 'packages-i486-stage1/curl')
-rw-r--r--packages-i486-stage1/curl5
1 files changed, 3 insertions, 2 deletions
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