Skip to content
Snippets Groups Projects
Unverified Commit 6c519722 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: lzlib: Don't build static library.

* gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".
parent 31dcc272
No related branches found
No related tags found
No related merge requests found
...@@ -1764,6 +1764,7 @@ (define-public lzlib ...@@ -1764,6 +1764,7 @@ (define-public lzlib
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment