boost: locale needs system
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 2 Jul 2018 21:22:28 +0000 (23:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 3 Jul 2018 19:42:54 +0000 (21:42 +0200)
output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-readelf -d output/staging/usr/lib/libboost_locale.so

Dynamic section at offset 0x76ef4 contains 29 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 aef0303094035c5124130e51705286e7ded99456..f989a7448b4e519c38ab51e2f9564d3faa52c707 100644 (file)
@@ -185,6 +185,7 @@ config BR2_PACKAGE_BOOST_LOCALE
        # https://svn.boost.org/trac/boost/ticket/9685 for more
        # details.
        depends on !(BR2_STATIC_LIBS && BR2_PACKAGE_ICU)
+       select BR2_PACKAGE_BOOST_SYSTEM
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        help
          Provide localization and Unicode handling tools for C++.