me
/
guix
Archived
1
0
Fork 0

gnu: lzlib: Don't build static library.

* gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".
master
Ludovic Courtès 2020-09-26 12:06:28 +02:00
parent 31dcc27276
commit 6c5197226d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -1764,6 +1764,7 @@ Clzip is intended to be fully compatible with the regular lzip package.")
(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")