summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-10 20:24:42 +0200
committerErich Eckner <git@eckner.net>2022-05-10 20:24:42 +0200
commit5348052acb25602784a58294f649eaf3299b61b4 (patch)
tree56470a2ee818fbf3179cc876a957b44186d271f0
parent394767a6f5271e27bf4bb7c8c6a7ea16ad7e18d7 (diff)
downloadcrux-patches-5348052acb25602784a58294f649eaf3299b61b4.tar.xz
core/curl: adapt to upstream changes of Pkgfile
-rw-r--r--core/curl/with-ca-path.Pkgfile.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/curl/with-ca-path.Pkgfile.patch b/core/curl/with-ca-path.Pkgfile.patch
index dbfcf37..4253b00 100644
--- a/core/curl/with-ca-path.Pkgfile.patch
+++ b/core/curl/with-ca-path.Pkgfile.patch
@@ -1,10 +1,10 @@
--- Pkgfile 2016-04-27 21:29:05.981945202 +0200
+++ Pkgfile 2016-04-27 22:49:18.883588926 +0200
-@@ -15,6 +15,7 @@
- --without-libidn2 \
- --without-cyassl \
+@@ -14,6 +14,7 @@
+ --prefix=/usr \
+ --enable-ipv6 \
--enable-threaded-resolver \
+ --with-ca-path=/etc/ssl/certs \
- --with-ca-bundle=/etc/ssl/cert.pem
- make
- make DESTDIR=$PKG install
+ --with-ca-bundle=/etc/ssl/cert.pem \
+ --with-openssl \
+ --disable-ldap{,s} \