summary refs log tree commit diff
path: root/pkgs/development/libraries/librsync
Commit message (Collapse)AuthorAge
* librsync needs --std=gnu89 due to use of inline, fixes #11211Mitch Tishmack2015-11-30
| | | | | | | | Without this, if compiled with clang, all static functions do not end up in the resultant shared library due to clang defaulting to c99. The simple fix is to adjust CFLAGS, otherwise one needs to patch a lot of inline's away needlessly.
* btar: fix build by reintroducing librsync 0.9.x for ZHFLuca Bruno2015-04-16
|
* librsync: 0.9.7 -> 1.0.0William A. Kennington III2015-03-26
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Making librsync not stripped by native strip; it breaks the static lib.Lluís Batlle i Rossell2012-05-25
| | | | | | | It's the case of mingw64 by default, it seems. svn path=/nixpkgs/trunk/; revision=34248
* Setting static build for librsync on cygwin.Lluís Batlle i Rossell2011-12-10
| | | | svn path=/nixpkgs/trunk/; revision=30822
* * librsync: pass --enable-shared to get shared libraries. Then theEelco Dolstra2010-02-12
| | | | | | -fPIC flag is no longer needed. svn path=/nixpkgs/trunk/; revision=19949
* Adding 'duplicity', and its dependency 'librsync'Lluís Batlle i Rossell2010-02-04
svn path=/nixpkgs/trunk/; revision=19813