forked from mirrors/nixpkgs
* Jasper needs an explicit --enable-shared.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15236
This commit is contained in:
parent
94d7d1fdbb
commit
4af55f9dc8
|
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [unzip libjpeg];
|
||||
|
||||
configureFlags = "--enable-shared";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.ece.uvic.ca/~mdadams/jasper/;
|
||||
|
|
Loading…
Reference in a new issue