forked from mirrors/nixpkgs
Setting static build for librsync on cygwin.
svn path=/nixpkgs/trunk/; revision=30822
This commit is contained in:
parent
894a3756e5
commit
99fb5689f7
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "1mj1pj99mgf1a59q9f2mxjli2fzxpnf55233pc1klxk2arhf8cv6";
|
||||
};
|
||||
|
||||
configureFlags = "--enable-shared";
|
||||
configureFlags = if stdenv.isCygwin then "--enable-static" else "--enable-shared";
|
||||
|
||||
meta = {
|
||||
homepage = http://librsync.sourceforge.net/;
|
||||
|
|
Loading…
Reference in a new issue