3
0
Fork 0
forked from mirrors/nixpkgs

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 = ''

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
version = "0.9.9.9";
name = "${pname}-${version}";
dontDisableStatic = true;
src = fetchurl {
url = "mirror://sourceforge/${pname}/${name}.tar.bz2";
sha256 = "1w7yiljan8gf1ibiypi6hm3r363imm3sxl1j8hapjdq3m591qljn";