The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / leveldb / Config.in
1 config BR2_PACKAGE_LEVELDB
2         bool "leveldb"
3         # Missing/broken atomic pointer support
4         depends on !BR2_bfin
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         select BR2_PACKAGE_SNAPPY
8         help
9           LevelDB is a fast key-value storage library written at Google that
10           provides an ordered mapping from string keys to string values.
11
12           https://github.com/google/leveldb
13
14 comment "leveldb needs a toolchain w/ C++, threads"
15         depends on !BR2_bfin
16         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS