nixpkgs/pkgs/development/libraries/librsync
Mitch Tishmack 01fe47c78b librsync needs --std=gnu89 due to use of inline, fixes #11211
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.
2015-11-30 14:43:07 +01:00
..
0.9.nix
default.nix librsync needs --std=gnu89 due to use of inline, fixes #11211 2015-11-30 14:43:07 +01:00