mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ustr: Omit static libraries.
* gnu/packages/textutils.scm (ustr)[arguments]: Add a new 'omit-static-libraries phase.
This commit is contained in:
parent
e64af2060e
commit
ad35e2f8ec
1 changed files with 5 additions and 0 deletions
|
@ -336,6 +336,11 @@ input bits thoroughly but are not suitable for cryptography.")
|
||||||
"echo 1"
|
"echo 1"
|
||||||
"echo 0"))
|
"echo 0"))
|
||||||
(("\\./autoconf_vsnprintf") "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
|
(add-after 'unpack 'disable-check-for-stdint
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Of course we have stdint.h, just not in /usr/include
|
;; Of course we have stdint.h, just not in /usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue