libjpeg: Use Libtool 1.5.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14640
This commit is contained in:
Ludovic Courtès 2009-03-21 21:04:04 +00:00
parent d98cb76a06
commit 5879d1bfff

View file

@ -3353,7 +3353,8 @@ let
};
libjpeg = import ../development/libraries/libjpeg {
inherit fetchurl stdenv libtool;
inherit fetchurl stdenv;
libtool = libtool_1_5;
};
libjpegStatic = lowPrio (appendToName "static" (import ../development/libraries/libjpeg-static {