summaryrefslogtreecommitdiffstats
path: root/package/p11-kit
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-06 04:42:18 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-06 16:50:01 +0200
commit9c778689c4d443705f69ab0477747adc54aa5dbc (patch)
tree210b88d164eec1ff7b2d83a70910c81d91be9fd7 /package/p11-kit
parentf7c5d92314061ff68c8f12d0788f65b1d979cf11 (diff)
downloadbuildroot-novena-9c778689c4d443705f69ab0477747adc54aa5dbc.tar.gz
buildroot-novena-9c778689c4d443705f69ab0477747adc54aa5dbc.zip
p11-kit: fix __progname build failure
Even though we've got UCLIBC_HAS___PROGNAME=y in our internal toolchains the build seems to fail under some circumstances. Since program_invocation_short_name is equally as useful just disable __progname usage. Fixes: http://autobuild.buildroot.net/results/cc8/cc861f5a034a0922a90fb6f22835a1fe8205d497/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/p11-kit')
-rw-r--r--package/p11-kit/p11-kit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk
index 89774dcdf..6cb81ee6e 100644
--- a/package/p11-kit/p11-kit.mk
+++ b/package/p11-kit/p11-kit.mk
@@ -10,7 +10,7 @@ P11_KIT_DEPENDENCIES = host-pkgconf libtasn1
P11_KIT_INSTALL_STAGING = YES
P11_KIT_CONF_OPT = --disable-static
P11_KIT_CONF_ENV = ac_cv_have_decl_program_invocation_short_name=yes \
- ac_cv_have_decl___progname=yes
+ ac_cv_have_decl___progname=no
P11_KIT_LICENSE = BSD-3c
P11_KIT_LICENSE_FILES = COPYING