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:
parent
66e7aaa5c7
commit
f2b0c5a6fa
|
@ -8,9 +8,7 @@ stdenv.mkDerivation {
|
||||||
sha256 = "1mj1pj99mgf1a59q9f2mxjli2fzxpnf55233pc1klxk2arhf8cv6";
|
sha256 = "1mj1pj99mgf1a59q9f2mxjli2fzxpnf55233pc1klxk2arhf8cv6";
|
||||||
};
|
};
|
||||||
|
|
||||||
# To allow x86_64 linking to the static lib to make a shared object
|
configureFlags = "--enable-shared";
|
||||||
# like for the package 'duplicity'
|
|
||||||
CFLAGS="-fPIC";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://librsync.sourceforge.net/;
|
homepage = http://librsync.sourceforge.net/;
|
||||||
|
|
Loading…
Reference in a new issue