also build shared Python libs
svn path=/nixpkgs/trunk/; revision=4153
This commit is contained in:
parent
6826026cf3
commit
0ea4cf3255
@ -12,4 +12,5 @@ stdenv.mkDerivation {
|
|||||||
(if zlibSupport then zlib else null)
|
(if zlibSupport then zlib else null)
|
||||||
];
|
];
|
||||||
inherit zlibSupport;
|
inherit zlibSupport;
|
||||||
|
configureFlags = "--enable-shared";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user