diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-07-04 00:22:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-04 22:31:16 +0200 |
commit | d7c2cf8e199d5623f30ca8c847f105605ab6d9ef (patch) | |
tree | 9def42de3994b54e0a1f7e7cb84121d54b235d9c | |
parent | ec0ae23c45c790cfcdaac9012ed470063b2558f0 (diff) | |
download | buildroot-d7c2cf8e199d5623f30ca8c847f105605ab6d9ef.tar.gz buildroot-d7c2cf8e199d5623f30ca8c847f105605ab6d9ef.zip |
boost: graph needs regex
output/host/usr/bin/m68k-linux-readelf -d output/staging/usr/lib/libboost_graph.so
Dynamic section at offset 0x47f00 contains 28 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libboost_regex.so.1.67.0]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/boost/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index d0c759a122..5ed2470b94 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -156,6 +156,7 @@ config BR2_PACKAGE_BOOST_FILESYSTEM config BR2_PACKAGE_BOOST_GRAPH bool "boost-graph" + select BR2_PACKAGE_BOOST_REGEX help The BGL graph interface and graph components are generic, in the same sense as the the Standard Template Library (STL). |