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:
parent
2c4ed8b7ce
commit
0460e3f2f7
|
@ -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 = ''
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue