7b174f0fdd
- Drop both patches (already in version) - Add libgcrypt optional dependency (added in version 4.15.1 with037106ecc8
) - Add openmp support (added in version 4.15.1 with464d21dc8c
) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
651 B
Plaintext
21 lines
651 B
Plaintext
comment "rpm needs a toolchain w/ dynamic library and threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
depends on BR2_USE_MMU
|
|
|
|
config BR2_PACKAGE_RPM
|
|
bool "rpm"
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_BEECRYPT if !BR2_PACKAGE_LIBGCRYPT && !BR2_PACKAGE_LIBNSS && !BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
select BR2_PACKAGE_FILE
|
|
select BR2_PACKAGE_POPT
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
The RPM Package Manager (RPM).
|
|
|
|
http://www.rpm.org/
|