From 2e652add1f833b06c67089defab6e6774078e7a6 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 25 Apr 2019 15:48:43 +0200 Subject: [PATCH] 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 7b4ce685f7..72f450c5f7 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)