boost: thread needs system
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 3 Jul 2018 22:23:15 +0000 (00:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 4 Jul 2018 20:31:17 +0000 (22:31 +0200)
output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-readelf -d output/staging/usr/lib/libboost_thread.so

Dynamic section at offset 0x21f00 contains 28 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libboost_system.so.1.67.0]

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/boost/Config.in

index 5ed2470b9427dec9055b3c25d2ac8de0a1bc8a8f..68b1128818b559cadb426e22710d4801d8e6df37 100644 (file)
@@ -310,6 +310,7 @@ config BR2_PACKAGE_BOOST_TEST
 
 config BR2_PACKAGE_BOOST_THREAD
        bool "boost-thread"
+       select BR2_PACKAGE_BOOST_SYSTEM
        help
          Portable C++ multi-threading. C++11, C++14.