projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0b771
)
package/rpm: fix threads comment
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 30 Mar 2019 14:49:45 +0000
(15:49 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sun, 31 Mar 2019 13:02:16 +0000
(15:02 +0200)
rpm depends on pthreads because it uses it, not because of beecrypt
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rpm/Config.in
patch
|
blob
|
history
diff --git
a/package/rpm/Config.in
b/package/rpm/Config.in
index aa857ef2bef544bc9af5e57501354978e7e427c9..58451a9fccc819052300b75f0dca9d54b8132e48 100644
(file)
--- a/
package/rpm/Config.in
+++ b/
package/rpm/Config.in
@@
-7,7
+7,7
@@
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
# beecrypt
+ depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_BEECRYPT if !BR2_PACKAGE_LIBNSS
select BR2_PACKAGE_BERKELEYDB