From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add OpenSSL. Date: Wed, 02 Jan 2013 13:50:03 +0100 Message-ID: <87licbbvgk.fsf@gnu.org> References: <201212292352.03447.andreas@enge.fr> <201212300006.46251.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqNlt-0005G0-9k for bug-guix@gnu.org; Wed, 02 Jan 2013 07:50:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqNln-0001DE-M5 for bug-guix@gnu.org; Wed, 02 Jan 2013 07:50:13 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:34395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqNln-00015P-Ge for bug-guix@gnu.org; Wed, 02 Jan 2013 07:50:07 -0500 In-Reply-To: <201212300006.46251.andreas@enge.fr> (Andreas Enge's message of "Sun, 30 Dec 2012 00:06:45 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > From ff730efb62818cdd6861cadbd815b2e05408a234 Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Sat, 29 Dec 2012 23:49:55 +0100 > Subject: [PATCH 6/7] distro: Add OpenSSL. > > * distro/packages/openssl.scm: New file. > * Makefile.am (MODULES): Add it. Applied, thanks! I added a phase to patch references to /bin/sh and /bin/rm in the test suite, and then changed the configure phase to build shared libraries. Ludo=E2=80=99.