From: Fabrice Fontaine Date: Sun, 1 Jul 2018 19:17:32 +0000 (+0200) Subject: boost: random needs system X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a315d2c7fe5d6bfa186a5dd7c521f55905177ca1;p=buildroot.git boost: random needs system output/host/usr/bin/m68k-linux-readelf -d output/staging/usr/lib/libboost_random.so Dynamic section at offset 0x5f20 contains 24 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libboost_system.so.1.67.0] Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/boost/Config.in b/package/boost/Config.in index c0da58475e..f8eb9422f9 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -252,6 +252,7 @@ config BR2_PACKAGE_BOOST_PYTHON config BR2_PACKAGE_BOOST_RANDOM bool "boost-random" + select BR2_PACKAGE_BOOST_SYSTEM help A complete system for random number generation.