libnl: do not allow to build tools on static lib configs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Nov 2013 10:26:26 +0000 (11:26 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Nov 2013 21:00:00 +0000 (22:00 +0100)
commit337a59d9e47772c89ecd1e4523e300e5e3c642ce
treede58ace7e3b8ace8f01f4f9f3867ce6b00023702
parent250af24dbd8c6902c0b92c95daa5b8cced947806
libnl: do not allow to build tools on static lib configs

Building the libnl tools requires the <dlfcn.h> header, which is not
compatible with static only builds. Therefore, this commit makes the
libnl tools option depend on !BR2_PREFER_STATIC_LIB.

Fixes:

   http://autobuild.buildroot.org/results/573/57340b9bd2db3a523836e02e01cba6f7c17c8ca7/build-end.log

[Peter: fix tools comment dependency]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Samuel Martin <s.martin49@gmail.com>
package/libnl/Config.in