lxc: Disable use of unwanted libraries explicity
authorDaniel F. Dickinson <cshored@thecshore.com>
Mon, 21 Jan 2019 05:12:18 +0000 (00:12 -0500)
committerDaniel F. Dickinson <cshored@thecshore.com>
Sun, 27 Jan 2019 20:11:11 +0000 (15:11 -0500)
commitcc039d801e28cf2fdf6a1d1466865d142a4ef278
tree6c51c2449fdb70502dd04d7e5ec347344092b20a
parent5eddaa92243e3ac619e7e54fd3681d21979701a5
lxc: Disable use of unwanted libraries explicity

Otherwise one gets a failure if the libraries (e.g. Python
header file) exist in the build system.  Worse in some cases
is host headers being found if one doesn't specifically
disable a library search in autotools.  It is especially
important that Python is disabled by default.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
utils/lxc/Makefile