From 17c55d2d896d7aaca810a9f41c58694a6adadb9d Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Thu, 31 Mar 2016 01:30:19 +0200 Subject: [PATCH] gnu: gnurl: Build with ca path. * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add --with-ca-path. Coauthored by Jookia. --- gnu/packages/gnunet.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index eb0c4cb..d60a633 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -3,8 +3,9 @@ ;;; Copyright © 2014 Sree Harsha Totakura ;;; Copyright © 2015 Ludovic Courtès ;;; Copyright © 2015 Efraim Flashner -;;; Copyright © 2016 Ni* Gillmann +;;; Copyright © 2016 Nils Gillmann ;;; Copyright © 2016 Ricardo Wurmus +;;; Copyright © 2016 Jookia <166291@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -178,7 +179,8 @@ and support for SSL3 and TLS.") "--disable-ldap" "--disable-rtsp" "--disable-dict" "--disable-telnet" "--disable-tftp" "--disable-pop3" "--disable-imap" "--disable-smtp" "--disable-gopher" - "--disable-file" "--disable-ftp") + "--disable-file" "--disable-ftp" + "--with-ca-path=/etc/ssl/certs") #:test-target "test" #:parallel-tests? #f ;; We have to patch runtests.pl in tests/ directory -- 2.7.3