summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-04-03 14:48:10 +0200
committerErich Eckner <git@eckner.net>2021-04-03 14:48:10 +0200
commit1274d0504e96f7ecc6c8ca21ed2cf41ed3658e13 (patch)
treeccbd00b3afce977722640d523bb719f731de31e1
parentf2497c6d34ea56b51fef58dd7394279344874f94 (diff)
downloadcrux-patches-1274d0504e96f7ecc6c8ca21ed2cf41ed3658e13.tar.xz
with-ca-path.Pkgfile.patch: fix for upstream changes
-rw-r--r--core/curl/with-ca-path.Pkgfile.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/curl/with-ca-path.Pkgfile.patch b/core/curl/with-ca-path.Pkgfile.patch
index 55ef20f..dbfcf37 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-libidn \
- --without-cyassl \
- --enable-threaded-resolver \
-+ --with-ca-path=/etc/ssl/certs \
- --with-ca-bundle=/etc/ssl/cert.pem
- make
- make DESTDIR=$PKG install
+ --without-libidn2 \
+ --without-cyassl \
+ --enable-threaded-resolver \
++ --with-ca-path=/etc/ssl/certs \
+ --with-ca-bundle=/etc/ssl/cert.pem
+ make
+ make DESTDIR=$PKG install