[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: libnet6: Omit static library.
From: |
guix-commits |
Subject: |
05/14: gnu: libnet6: Omit static library. |
Date: |
Sun, 3 Jan 2021 02:36:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cc63996063a42d49e0d66907a5058612c85d48eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 05:45:25 2021 +0100
gnu: libnet6: Omit static library.
* gnu/packages/gobby.scm (libnet6)[arguments]: Add ‘--disable-static’
to #:configure-flags.
---
gnu/packages/gobby.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm
index 916324b..a29c687 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -49,7 +49,9 @@
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
- `(#:phases
+ `(#:configure-flags
+ (list "--disable-static")
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'update-gnutls-api
(lambda _
- 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 <=
- 06/14: gnu: obby: Omit static library., guix-commits, 2021/01/03
- 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