1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: lzo: Build the shared library.

* gnu/packages/compression.scm (lzo): Build the shared library.
This commit is contained in:
Ludovic Courtès
2013-09-02 22:27:23 +02:00
parent fbc1a58f40
commit 165fd9d5e6

View File

@@ -189,6 +189,7 @@ than gzip and 15 % smaller output than bzip2.")
(base32
"0wryshs446s7cclrbjykyj766znhcpnr7s3cxy33ybfn6vwfcygz"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-shared")))
(home-page "http://www.oberhumer.com/opensource/lzo")
(synopsis
"A data compresion library suitable for real-time data de-/compression")