board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / rpm / Config.in
blob9b4c8a7e821ddead2f45e9ce9895c7ab3c624fc1
1 comment "rpm needs a toolchain w/ dynamic library and threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
3         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
4         depends on BR2_USE_MMU
6 config BR2_PACKAGE_RPM
7         bool "rpm"
8         depends on !BR2_STATIC_LIBS # dlfcn.h
9         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
10         depends on BR2_TOOLCHAIN_HAS_THREADS # beecrypt
11         depends on BR2_USE_MMU # fork()
12         select BR2_PACKAGE_BEECRYPT if !BR2_PACKAGE_LIBNSS
13         select BR2_PACKAGE_BERKELEYDB
14         select BR2_PACKAGE_FILE
15         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
16         select BR2_PACKAGE_POPT
17         select BR2_PACKAGE_ZLIB
18         help
19           The RPM Package Manager (RPM).
21           http://www.rpm.org/