diff options
author | Erich Eckner <git@eckner.net> | 2016-06-06 20:18:53 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-06 20:18:53 +0200 |
commit | ccd71a5271c569460353f2ec9d9350c79da153c9 (patch) | |
tree | 10c0fdb2587c3af2d9bd6992001ce10885a56f13 /core/curl | |
parent | 98dd3a35c1393565905e04090a3c09333990a09b (diff) | |
download | crux-patches-ccd71a5271c569460353f2ec9d9350c79da153c9.tar.xz |
patch, damit curl mit "--with-ca-path=/etc/ssl/certs" konfiguriert
Diffstat (limited to 'core/curl')
-rw-r--r-- | core/curl/with-ca-path.Pkgfile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/curl/with-ca-path.Pkgfile.patch b/core/curl/with-ca-path.Pkgfile.patch new file mode 100644 index 0000000..55ef20f --- /dev/null +++ b/core/curl/with-ca-path.Pkgfile.patch @@ -0,0 +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 |