* Strange configure script; add an explicit --disable-static.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15237
This commit is contained in:
parent
4af55f9dc8
commit
ac1d4fcdc5
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1dia4j01aqdcrkpfkcniswcrccdx4jx2p3hyhbh76kchx6y3782i";
|
sha256 = "1dia4j01aqdcrkpfkcniswcrccdx4jx2p3hyhbh76kchx6y3782i";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = "--disable-static";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A font rendering engine";
|
description = "A font rendering engine";
|
||||||
homepage = http://www.freetype.org/;
|
homepage = http://www.freetype.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user