1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

LZO: Build the shared library.

svn path=/nixpkgs/trunk/; revision=18232
This commit is contained in:
Ludovic Courtès 2009-11-06 22:44:18 +00:00
parent 1cebea089b
commit 1c8f15b0aa

View file

@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
url = "${meta.homepage}/download/${name}.tar.gz";
sha256 = "8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591";
};
configureFlags = "--enable-shared";
meta = {
description = "A data compresion library suitable for real-time data de-/compression";
homepage = http://www.oberhumer.com/opensource/lzo;