From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Gerwitz Subject: [PATCH 2/2] gnu: gnupg: libpcsclite propagated input Date: Sat, 22 Oct 2016 12:24:55 -0400 Message-ID: <87e5e49c8e2c6cc94e762a29b1b14fdf9cdaaec8.1477153372.git.mtg@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxz7f-0005pT-SI for guix-devel@gnu.org; Sat, 22 Oct 2016 12:26:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxz7f-0001Eo-5q for guix-devel@gnu.org; Sat, 22 Oct 2016 12:26:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxz7f-0001Ek-32 for guix-devel@gnu.org; Sat, 22 Oct 2016 12:26:15 -0400 Received: from localhost ([::1]:37114 helo=mikegerwitz-pc.gerwitz.local) by fencepost.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bxz7e-0007UL-Kt for guix-devel@gnu.org; Sat, 22 Oct 2016 12:26:14 -0400 In-Reply-To: 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" To: guix-devel@gnu.org * gnu/packages/gnupg.scm (gnupg): Add libpcsclite as propagated-input --- gnu/packages/gnupg.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c4920b0..562b377 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -296,8 +296,14 @@ compatible to GNU Pth.") ("readline" ,readline) ("sqlite" ,sqlite) ("zlib" ,zlib))) + (propagated-inputs + `(("libpcsclite" ,libpcsclite))) (arguments - `(#:configure-flags '("--enable-gpg2-is-gpg") + `(#:configure-flags + (list "--enable-gpg2-is-gpg" + (string-append "LDFLAGS=-Wl,-rpath=" + (assoc-ref %build-inputs "libpcsclite") + "/lib")) #:phases (modify-phases %standard-phases (add-before 'configure 'patch-config-files -- 2.9.3