kernelslacker / x86info

x86info : x86 processor register decoder.
GNU General Public License v2.0
40 stars 20 forks source link

Make it possible to statically link with libpci. #2

Closed kostikbel closed 8 years ago

kostikbel commented 8 years ago

Apparently libpci is not very common library, on some hosts where I do a work, libpci is not installed. Still, x86info is useful for regular users, and bothering root with the package installation is not always reasonable. Setting STATIC_LIBPCI var at the make command line allows to make the custom build with statically linked libpci without editing Makefile.

kernelslacker commented 8 years ago

no objections, applied. thanks.