From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: [PATCH 1] gnurl (was Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)) Date: Thu, 31 Mar 2016 01:38:28 +0200 Message-ID: <87a8lffsej.fsf@grrlz.net> References: <874mcd2cl2.fsf@grrlz.net> <871t6usk1q.fsf@grrlz.net> <20160328162645.GA8174@jasmine> <87shzatscu.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alPhL-0007vU-Jk for guix-devel@gnu.org; Wed, 30 Mar 2016 19:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alPhI-0001rU-Cb for guix-devel@gnu.org; Wed, 30 Mar 2016 19:38:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:47322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alPhI-0001rJ-5X for guix-devel@gnu.org; Wed, 30 Mar 2016 19:38:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1alPhF-00007G-Oh for guix-devel@gnu.org; Thu, 31 Mar 2016 01:38:45 +0200 Received: from xd9bb90b5.dyn.telefonica.de ([217.187.144.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2016 01:38:45 +0200 Received: from niasterisk by xd9bb90b5.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2016 01:38:45 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain This patch: tested, builds without errors, line length issue fixed. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-gnurl-Build-with-ca-path.patch Content-Transfer-Encoding: 8bit >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 --=-=-= Content-Type: text/plain -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/EDN --=-=-=--