We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eca9e commit 4ba55e2Copy full SHA for 4ba55e2
package/gnupg2/Config.in
@@ -1,3 +1,7 @@
1
+comment "gnupg2 needs a toolchain w/ dynamic library"
2
+ depends on BR2_USE_MMU
3
+ depends on BR2_STATIC_LIBS
4
+
5
config BR2_PACKAGE_GNUPG2
6
bool "gnupg2"
7
select BR2_PACKAGE_ZLIB
@@ -9,6 +13,7 @@ config BR2_PACKAGE_GNUPG2
9
13
select BR2_PACKAGE_LIBPTHSEM_COMPAT
10
14
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
11
15
depends on BR2_USE_MMU # libassuan
16
+ depends on !BR2_STATIC_LIBS
12
17
help
18
GnuPG is the GNU project's complete and free implementation
19
of the OpenPGP standard as defined by RFC4880. GnuPG allows
0 commit comments