guix-commits
[Top][All Lists]
Advanced

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

50/94: gnu: libxdmcp: Do not build static libraries.


From: guix-commits
Subject: 50/94: gnu: libxdmcp: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:35 -0500 (EST)

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

commit dce53e6bd2f844a5efdf5c67aa4f1726585c3752
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:46:14 2019 +0100

    gnu: libxdmcp: Do not build static libraries.
    
    * gnu/packages/xorg.scm (libxdmcp)[arguments]: New field.
---
 gnu/packages/xorg.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d8930d4..b692429 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1316,6 +1316,8 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
           (base32
             "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (inputs
       `(("libbsd" ,libbsd)
         ("xorgproto" ,xorgproto)))



reply via email to

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