guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ftgl: Don't build libftgl.a.


From: guix-commits
Subject: 02/06: gnu: ftgl: Don't build libftgl.a.
Date: Mon, 29 Apr 2019 15:15:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2e652add1f833b06c67089defab6e6774078e7a6
Author: Marius Bakke <address@hidden>
Date:   Thu Apr 25 15:48:43 2019 +0200

    gnu: ftgl: Don't build libftgl.a.
    
    * gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to 
#:configure-flags.
---
 gnu/packages/gl.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 7b4ce68..72f450c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -158,6 +158,8 @@ the X-Consortium license.")
                (base32
                 "0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags '("--disable-static")))
     ;; The pkg-config file lists "freetype2" as Requires.private.
     (propagated-inputs `(("freetype" ,freetype)))
     (inputs `(("libx11" ,libx11)



reply via email to

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