Skip to content

plugins: Avoid absolute buildpaths in binaries

Khem Raj requested to merge kraj/nbdkit:master into master

plugins seems to add CC to the plugins shared objects via compiler cmdline which ends up in real code. Therefore scrub buildpaths from CC and CFLAGS before passing them to plugin's build.

Merge request reports