forked from mirrors/nixpkgs
* added -lgcc_s to NIX_LDFLAGS of mono
svn path=/nixpkgs/trunk/; revision=17875
This commit is contained in:
parent
6b28b25453
commit
a3902e186c
|
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||
buildInputs = [bison pkgconfig glib gettext perl];
|
||||
propagatedBuildInputs = [glib];
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s" ;
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(INSTALL=`type -tp install`)
|
||||
patchShebangs ./
|
||||
|
|
Loading…
Reference in a new issue