ed2346e6ed
[Thomas: - remove 003-allow-flags-from-environment.patch, and pass TARGET_CONFIGURE_OPTS in the environment instead. - convert the patches to Git formatted patches. - use the v1.18 tag instead of a commit hash. - do not pass TARGET_CONFIGURE_OPTS at install time, this is not needed.] Signed-off-by: Steve James <ste@junkomatic.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
config BR2_PACKAGE_LEVELDB
|
|
bool "leveldb"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_SNAPPY
|
|
help
|
|
LevelDB is a fast key-value storage library written at Google that
|
|
provides an ordered mapping from string keys to string values.
|
|
|
|
https://github.com/google/leveldb
|
|
|
|
comment "leveldb needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|