diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 04:45:32 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:04 +0100 |
commit | cefa4fe7a395a51096b49107a2e13872c011e05e (patch) | |
tree | 352e940ac1896dc929f3a0188c83968bf470fdfd /gnu | |
parent | 1b4e191447d841cc90eececb02097a624e0b4d80 (diff) |
gnu: libfontenc: Do not build static libraries.
* gnu/packages/xorg.scm (libfontenc)[arguments]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 0fc36a4c52..5d3190c578 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1097,6 +1097,8 @@ synchronization between the X server and direct-rendering clients.") (base32 "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (inputs `(("zlib" ,zlib) ("xorgproto" ,xorgproto))) |