* [Buildroot] [PATCH] p11-kit: fix __progname build failure
@ 2013-06-06 14:42 Gustavo Zacarias
2013-06-06 14:50 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-06-06 14:42 UTC (permalink / raw)
To: buildroot
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>
---
package/p11-kit/p11-kit.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk
index 89774dc..6cb81ee 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
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-06 14:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 14:42 [Buildroot] [PATCH] p11-kit: fix __progname build failure Gustavo Zacarias
2013-06-06 14:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox