diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-03-01 22:47:36 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-03-01 22:26:12 +0100 |
commit | 4ba55e22875d8b6a8ed0e775765eb054650a94e7 (patch) | |
tree | ab4ee8b678f48a0123dc0fcd83411b00debaca17 /package/gnupg2 | |
parent | c2eca9eb907dfe376946a814d53d53f48051815f (diff) | |
download | buildroot-4ba55e22875d8b6a8ed0e775765eb054650a94e7.tar.gz buildroot-4ba55e22875d8b6a8ed0e775765eb054650a94e7.zip |
gnupg2: needs dynamic library support
Fixes:
http://autobuild.buildroot.net/results/d2f/d2fc4cfb0c42d352d1119d8196d6df5fc2ab4be2/
http://autobuild.buildroot.net/results/4ff/4ff76c7da4c50f10d2194a1c50c6c10adaf6f8b6/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gnupg2')
-rw-r--r-- | package/gnupg2/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/gnupg2/Config.in b/package/gnupg2/Config.in index d24eaaee1f..e246fd79e3 100644 --- a/package/gnupg2/Config.in +++ b/package/gnupg2/Config.in @@ -1,3 +1,7 @@ +comment "gnupg2 needs a toolchain w/ dynamic library" + depends on BR2_USE_MMU + depends on BR2_STATIC_LIBS + config BR2_PACKAGE_GNUPG2 bool "gnupg2" select BR2_PACKAGE_ZLIB @@ -9,6 +13,7 @@ config BR2_PACKAGE_GNUPG2 select BR2_PACKAGE_LIBPTHSEM_COMPAT select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE depends on BR2_USE_MMU # libassuan + depends on !BR2_STATIC_LIBS help GnuPG is the GNU project's complete and free implementation of the OpenPGP standard as defined by RFC4880. GnuPG allows |