1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 09:40:28 +02:00

gnu: libconfini: Omit static library.

* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static"
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice
2022-07-24 02:00:00 +02:00
parent 6efe29d2e7
commit 5f4cd5243c

View File

@@ -1486,7 +1486,9 @@ output randomness while retaining speed, simplicity, and conciseness.")
"002lmf1b2phmc6s348k00yx5shrcc7psn3pgqvraxvr6n8g747jx"))))
(build-system gnu-build-system)
(arguments
`(#:phases
`(#:configure-flags
(list "--disable-static")
#:phases
(modify-phases %standard-phases
(replace 'bootstrap
(lambda _ (invoke "sh" "bootstrap" "--noconfigure"))))))