lxc: mark as not available in BR2_STATIC_LIBS configs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 12 May 2015 21:21:21 +0000 (23:21 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 13 May 2015 08:03:25 +0000 (10:03 +0200)
commit29a6df448dd6b4e70594254803412350111be091
treed5ca54fbbcb2b875e1afda1a7598117248b5c45a
parent1d046a5c3d9c92a3b7a69e7474b05cc9e52ffce5
lxc: mark as not available in BR2_STATIC_LIBS configs

Even though lxc uses the autotools, it does not use libtool to build
its libraries, and does it manually. It forces building a shared
library. So let's comply with this decision, and mark lxc as not
available in BR2_STATIC_LIBS configurations.

Fixes:

  http://autobuild.buildroot.org/results/588/588dc28315a9114374f148bbc64c4ec3d7b4e295/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lxc/Config.in