Skip to content

Commit 4ba55e2

Browse files
baruchsiachjacmet
authored andcommitted
1 parent c2eca9e commit 4ba55e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package/gnupg2/Config.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
config BR2_PACKAGE_GNUPG2
26
bool "gnupg2"
37
select BR2_PACKAGE_ZLIB
@@ -9,6 +13,7 @@ config BR2_PACKAGE_GNUPG2
913
select BR2_PACKAGE_LIBPTHSEM_COMPAT
1014
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
1115
depends on BR2_USE_MMU # libassuan
16+
depends on !BR2_STATIC_LIBS
1217
help
1318
GnuPG is the GNU project's complete and free implementation
1419
of the OpenPGP standard as defined by RFC4880. GnuPG allows

0 commit comments

Comments
 (0)