gnu: lzo: Build the shared library.

* gnu/packages/compression.scm (lzo): Build the shared library.
master
Ludovic Courtès 2013-09-02 22:27:23 +02:00
parent fbc1a58f40
commit 165fd9d5e6
1 changed files with 1 additions and 0 deletions

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")