3
0
Fork 0
forked from mirrors/nixpkgs

* librsync: pass --enable-shared to get shared libraries. Then the

-fPIC flag is no longer needed.

svn path=/nixpkgs/trunk/; revision=19949
This commit is contained in:
Eelco Dolstra 2010-02-12 12:27:48 +00:00
parent 66e7aaa5c7
commit f2b0c5a6fa

View file

@ -8,9 +8,7 @@ stdenv.mkDerivation {
sha256 = "1mj1pj99mgf1a59q9f2mxjli2fzxpnf55233pc1klxk2arhf8cv6";
};
# To allow x86_64 linking to the static lib to make a shared object
# like for the package 'duplicity'
CFLAGS="-fPIC";
configureFlags = "--enable-shared";
meta = {
homepage = http://librsync.sourceforge.net/;