lxc: Disable use of unwanted libraries explicity
authorDaniel F. Dickinson <cshored@thecshore.com>
Mon, 21 Jan 2019 05:12:18 +0000 (00:12 -0500)
committerRosen Penev <rosenp@gmail.com>
Tue, 13 Aug 2019 22:17:30 +0000 (15:17 -0700)
commitd3e54adcdbdccfeedc540f27ddfa220f2d355001
treec2c429e5533f446008aeab2126ed92dcafcbcea9
parentbb1882d2940f903059b8ed94b0b9e2494031748f
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>
(cherry-picked from cc039d801e28cf2fdf6a1d1466865d142a4ef278)
utils/lxc/Makefile