Age | Commit message (Collapse) | Author |
|
Fixes the build for me (just following the git development guide on a
new machine).
|
|
|
|
We failed to include the pciaccess header flags in our build. Even if the
server was to include those flags for us, it would leave us broken for the
tools-only case, and it's easier to just put the flags everywhere so we avoid
future copy'n'paste mistakes.
|
|
These symbols must be explicitly exported, otherwise if compiled with
hidden symbols, LoaderSymbol (and dlopen) will fail to find them.
|
|
|
|
Otherwise, errors would be printed for every chip probed which wasn't present
on the system.
|
|
|