niol

Results 20 issues of niol

As offline was (when I worked on it in 2019) and still is working great for me (although I did not yet make the effort to update to the latest...

bug

Following https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067625 and failure to build transmission on specific platforms that require `-latomic`, here is the way to a proper fix.

This patch tries to allow the usage of system-provided includes to lower reliance of embedded sources in the `third-party` directory. This makes work easier for distribution packagers regarding security tracking,...

type:build

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098052 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098054

Because the `tests` target is not `PHONY` and the `tests/` directory exists, integration tests were not running (`make: 'tests' is up to date.`). This pull request backports the `.PHONY` targets...