Age | Commit message (Collapse) | Author | Lines |
|
In fact only gnu-libc fully supports symbol versioning, so it is
better to have a generic macro for it. This also allows to manually
disable symbol version and allows to run tests with that
configuration on gnu-libc. That testing will still not catch compat
issues, but least ensures the code can compile.
Testing for __APPLE__ and __ULIBC__ is now done by meson. More of such
checks can be added by people using other libcs.
|
|
Also allows to disable the installation if desired
|
|
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
|
|
|
|
Allow skipping utils build & installation (-Dutils=false) and examples
build (-Dexamples=false). By default behaviour is unchanged (both are
true: utils and examples get build).
|
|
|
|
on nixos we install fuse in its own hierarchy independent from systemd.
|
|
|