gnu: libconfini: Omit static library.
* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static" to #:configure-flags.master
parent
6efe29d2e7
commit
5f4cd5243c
|
@ -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"))))))
|
||||
|
|
Reference in New Issue