guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libnsl: Do not build 'libnsl.a'.


From: guix-commits
Subject: 02/02: gnu: libnsl: Do not build 'libnsl.a'.
Date: Mon, 15 Jul 2019 15:21:38 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 15 21:19:35 2019 +0200

    gnu: libnsl: Do not build 'libnsl.a'.
    
    * gnu/packages/onc-rpc.scm (libnsl)[arguments]: Add <#:configure-flags>.
---
 gnu/packages/onc-rpc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 553553e..7e424dd 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -138,7 +138,8 @@ from the protocol files.")
                 "1chzqhcgh0yia9js8mh92cmhyka7rh32ql6b3mgdk26n94dqzs8b"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases (modify-phases %standard-phases
+     `(#:configure-flags '("--disable-static")
+       #:phases (modify-phases %standard-phases
                   (add-before 'bootstrap 'gettextize
                     (lambda _
                       ;; Regenerate the bundled Makefile.in.in to avoid a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]