gnu: lzlib: Don't build static library.
* gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".master
parent
31dcc27276
commit
6c5197226d
|
@ -1764,6 +1764,7 @@ Clzip is intended to be fully compatible with the regular lzip package.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "CC=" ,(cc-for-target))
|
(list (string-append "CC=" ,(cc-for-target))
|
||||||
|
"--disable-static"
|
||||||
"--enable-shared"))) ; only static (.a) is built by default
|
"--enable-shared"))) ; only static (.a) is built by default
|
||||||
(home-page "https://www.nongnu.org/lzip/lzlib.html")
|
(home-page "https://www.nongnu.org/lzip/lzlib.html")
|
||||||
(synopsis "Lzip data compression C library")
|
(synopsis "Lzip data compression C library")
|
||||||
|
|
Reference in New Issue