summaryrefslogtreecommitdiffstats
path: root/package/gnupg
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-10-16 22:05:19 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-16 22:34:37 +0200
commit525cd9eed18c55ffae18467bcdf69d44a3673310 (patch)
tree755673aad08a603f71488dca6fe6fe1ce628bb72 /package/gnupg
parent3dfd5f40401a8037bfa86c7c1b10946ff83be26f (diff)
downloadbuildroot-novena-525cd9eed18c55ffae18467bcdf69d44a3673310.tar.gz
buildroot-novena-525cd9eed18c55ffae18467bcdf69d44a3673310.zip
gnupg: don't prefix assembly level functions with underscore
Fixes http://autobuild.buildroot.net/results/45a0856bafa9f2f7e86e2c063528c2b5b04c08d6 gnupg's configure script defaults to prepending an underscore ('_') to the assembly level functions, which isn't correct for Linux and causes linker errors for the archs where it has asm optimizations. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnupg')
-rw-r--r--package/gnupg/gnupg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gnupg/gnupg.mk b/package/gnupg/gnupg.mk
index 4b5c0a1a4..e63c33c09 100644
--- a/package/gnupg/gnupg.mk
+++ b/package/gnupg/gnupg.mk
@@ -10,6 +10,7 @@ GNUPG_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
GNUPG_LICENSE = GPLv3+
GNUPG_LICENSE_FILES = COPYING
GNUPG_DEPENDENCIES = zlib ncurses
+GNUPG_CONF_ENV = ac_cv_sys_symbol_underscore=no
GNUPG_CONF_OPT = --disable-rpath --enable-minimal --disable-regex
ifeq ($(BR2_PACKAGE_BZIP2),y)