summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/curl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 18:34:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 18:34:42 +0100
commit655acd3a233b60c5618d0239e9a716865c0b595a (patch)
treeb37945e3e9e882a72cf389e1f1ef9da667201b26 /packages-i486-stage1/curl
parentd4d48845954a13a311af53d2a881cedee0e7e27e (diff)
downloadbootstrap32-655acd3a233b60c5618d0239e9a716865c0b595a.tar.xz
building more utilities
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