mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: lzlib: Don't build static library.
* gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".
This commit is contained in:
parent
31dcc27276
commit
6c5197226d
1 changed files with 1 additions and 0 deletions
|
@ -1764,6 +1764,7 @@ (define-public lzlib
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "CC=" ,(cc-for-target))
|
||||
"--disable-static"
|
||||
"--enable-shared"))) ; only static (.a) is built by default
|
||||
(home-page "https://www.nongnu.org/lzip/lzlib.html")
|
||||
(synopsis "Lzip data compression C library")
|
||||
|
|
Loading…
Reference in a new issue