summaryrefslogtreecommitdiffstats
path: root/package/gnupg2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/gnupg2/Config.in')
-rw-r--r--package/gnupg2/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/gnupg2/Config.in b/package/gnupg2/Config.in
index ba2a6bcff5..85a98053fc 100644
--- a/package/gnupg2/Config.in
+++ b/package/gnupg2/Config.in
@@ -1,6 +1,6 @@
-comment "gnupg2 needs a toolchain w/ dynamic library"
+comment "gnupg2 needs a toolchain w/ threads and dynamic library support"
depends on BR2_USE_MMU
- depends on BR2_STATIC_LIBS
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_GNUPG2
bool "gnupg2"
@@ -9,11 +9,11 @@ config BR2_PACKAGE_GNUPG2
select BR2_PACKAGE_LIBGCRYPT
select BR2_PACKAGE_LIBASSUAN
select BR2_PACKAGE_LIBKSBA
- select BR2_PACKAGE_LIBPTHSEM
- select BR2_PACKAGE_LIBPTHSEM_COMPAT
+ select BR2_PACKAGE_LIBNPTH
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
- depends on BR2_USE_MMU # libassuan
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libnpth
+ depends on BR2_USE_MMU # libassuan, libnpth
depends on !BR2_STATIC_LIBS
help
GnuPG is the GNU project's complete and free implementation
OpenPOWER on IntegriCloud