gnu: s6-linux-init: Omit static library.
* gnu/packages/skarnet.scm (s6-linux-init)[arguments]: Add ‘--disable-static’ to #:configure-flags.
This commit is contained in:
parent
90695b6431
commit
eddf3db5c9
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ systems and other constrained environments, but they work everywhere.")))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
"--disable-static"
|
||||||
(string-append "--with-lib="
|
(string-append "--with-lib="
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs")
|
"/lib/skalibs")
|
||||||
|
|
Reference in a new issue