unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 6d4ba8ed78aee5b50778244a82bc9a6b77f32f09 784 bytes (raw)
name: gnu/packages/patches/curl-enable_capath-conf.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
Following patch allows --with-ca-path for curl built against GnuTLS even
without need of reconfigure.

--- a/configure       2015-03-22 01:11:23.178743705 +0100
+++ b/configure       2015-02-25 00:05:37.000000000 +0100
@@ -23952,8 +24432,8 @@
         ca="$want_ca"
     capath="no"
   elif test "x$want_capath" != "xno" -a "x$want_capath" != "xunset"; then
-        if test "x$OPENSSL_ENABLED" != "x1" -a "x$POLARSSL_ENABLED" != "x1"; then
-      as_fn_error $? "--with-ca-path only works with openSSL or PolarSSL" "$LINENO" 5
+        if test "x$OPENSSL_ENABLED" != "x1" -a "x$GNUTLS_ENABLED" != "x1" -a "x$POLARSSL_ENABLED" != "x1"; then
+      as_fn_error $? "--with-ca-path only works with OpenSSL, GnuTLS or PolarSSL" "$LINENO" 5
     fi
     capath="$want_capath"
     ca="no"

debug log:

solving 6d4ba8e ...
found 6d4ba8e in https://yhetil.org/guix-devel/1427495627-26598-1-git-send-email-sleep_walker@gnu.org/ ||
	https://yhetil.org/guix-devel/1427019636-24875-1-git-send-email-sleep_walker@gnu.org/

applying [1/1] https://yhetil.org/guix-devel/1427495627-26598-1-git-send-email-sleep_walker@gnu.org/
diff --git a/gnu/packages/patches/curl-enable_capath-conf.patch b/gnu/packages/patches/curl-enable_capath-conf.patch
new file mode 100644
index 0000000..6d4ba8e

Checking patch gnu/packages/patches/curl-enable_capath-conf.patch...
Applied patch gnu/packages/patches/curl-enable_capath-conf.patch cleanly.

skipping https://yhetil.org/guix-devel/1427019636-24875-1-git-send-email-sleep_walker@gnu.org/ for 6d4ba8e
index at:
100644 6d4ba8ed78aee5b50778244a82bc9a6b77f32f09	gnu/packages/patches/curl-enable_capath-conf.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).