Enable building of static libraries so that urweb can build statically

linked binaries.

svn path=/nixpkgs/trunk/; revision=24692
This commit is contained in:
Peter Simons
2010-11-15 17:47:36 +00:00
parent 2c4ed8b7ce
commit 0460e3f2f7
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
export GCCARGS="-I${mysql}/include/mysql -I${postgresql}/include -I${sqlite}/include -L${libmhash}/lib -L${mysql}/lib/mysql -L${postgresql}/lib -L${sqlite}/lib"
'';
dontDisableStatic = true;
meta = {
description = "Ur/Web supports construction of dynamic web applications backed by SQL databases.";
longDescription = ''