[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: gnu: obby: Omit static library.
From: |
guix-commits |
Subject: |
06/14: gnu: obby: Omit static library. |
Date: |
Sun, 3 Jan 2021 02:36:11 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c2c954afb2df5b9926f52b5c14d0213827e3401f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 05:46:09 2021 +0100
gnu: obby: Omit static library.
* gnu/packages/gobby.scm (obby)[arguments]: Add ‘--disable-static’
to #:configure-flags.
---
gnu/packages/gobby.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm
index a29c687..0e1910d 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -84,6 +84,9 @@
(base32
"0rwvp0kzsb8y6mq73rzb8yk4kvsrz64i2zf4lfqs3kh0x2k7n7bx"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--disable-static")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- branch master updated (395489c -> 78a9cfa), guix-commits, 2021/01/03
- 03/14: gnu: gaupol: Update to 1.9., guix-commits, 2021/01/03
- 01/14: gnu: wireguard-linux-compat: Update to 1.0.20201221., guix-commits, 2021/01/03
- 02/14: gnu: libshout: Update to 2.4.5., guix-commits, 2021/01/03
- 05/14: gnu: libnet6: Omit static library., guix-commits, 2021/01/03
- 06/14: gnu: obby: Omit static library.,
guix-commits <=
- 09/14: gnu: geoclue: Update to 2.5.7., guix-commits, 2021/01/03
- 08/14: gnu: mame: Update to 0.227., guix-commits, 2021/01/03
- 04/14: gnu: libinfinity: Omit static libraries, guix-commits, 2021/01/03
- 07/14: gnu: libressl: Update to 3.1.5 [security fix]., guix-commits, 2021/01/03
- 10/14: gnu: fetchmail: Update to 6.4.14., guix-commits, 2021/01/03
- 11/14: gnu: zabbix-agentd: Update to 5.2.3., guix-commits, 2021/01/03
- 13/14: gnu: fldigi: Update to 4.1.17., guix-commits, 2021/01/03
- 12/14: gnu: zabbix-agentd: Enable IPv6., guix-commits, 2021/01/03
- 14/14: gnu: perl-search-xapian: Update to 1.2.25.4., guix-commits, 2021/01/03