[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: ustr: Omit static libraries.
From: |
guix-commits |
Subject: |
01/09: gnu: ustr: Omit static libraries. |
Date: |
Sat, 1 May 2021 05:29:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ad35e2f8eca260a83fe029396d1cc5da5eefaf79
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Apr 29 00:31:50 2021 +0200
gnu: ustr: Omit static libraries.
* gnu/packages/textutils.scm (ustr)[arguments]: Add a new
'omit-static-libraries phase.
---
gnu/packages/textutils.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index a51d689..ab34373 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -336,6 +336,11 @@ input bits thoroughly but are not suitable for
cryptography.")
"echo 1"
"echo 0"))
(("\\./autoconf_vsnprintf") "echo 0"))))
+ (add-after 'unpack 'omit-static-libraries
+ ;; These are needed to build & test ustr, but don't install them.
+ (lambda _
+ (substitute* "Makefile"
+ ((".*install.*LIB_STATIC.*") ""))))
(add-after 'unpack 'disable-check-for-stdint
(lambda _
;; Of course we have stdint.h, just not in /usr/include
- branch master updated (e64af20 -> 1ba3df1), guix-commits, 2021/05/01
- 01/09: gnu: ustr: Omit static libraries.,
guix-commits <=
- 03/09: gnu: mailcap: Update to 2.1.53., guix-commits, 2021/05/01
- 02/09: gnu: srt: Update to 1.4.3., guix-commits, 2021/05/01
- 05/09: gnu: khal: Update to 0.10.3., guix-commits, 2021/05/01
- 04/09: gnu: diffoscope: Update to 173., guix-commits, 2021/05/01
- 08/09: gnu: qutebrowser: Update to 2.2.1., guix-commits, 2021/05/01
- 07/09: gnu: httpd: Update to 2.4.47., guix-commits, 2021/05/01
- 06/09: gnu: php: Update to 7.4.18., guix-commits, 2021/05/01
- 09/09: gnu: soci: Update to 4.0.2., guix-commits, 2021/05/01