* [Buildroot] [PATCH v2 1/1] package/uacme: fix c99 detection on !wchar toolchains
@ 2019-10-04 13:23 Nicola Di Lieto
2019-10-05 21:13 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Nicola Di Lieto @ 2019-10-04 13:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Nicola Di Lieto <nicola.dilieto@gmail.com>
---
V1->V2: changed as suggested
http://lists.busybox.net/pipermail/buildroot/2019-October/261596.html
package/uacme/uacme.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/uacme/uacme.mk b/package/uacme/uacme.mk
index 999cc36..d3d692b 100644
--- a/package/uacme/uacme.mk
+++ b/package/uacme/uacme.mk
@@ -13,6 +13,8 @@ UACME_LICENSE = GPL-3.0+
UACME_LICENSE_FILES = COPYING
UACME_DEPENDENCIES = libcurl
+UACME_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+
ifeq ($(BR2_PACKAGE_MBEDTLS),y)
UACME_CONF_OPTS += --with-mbedtls
UACME_DEPENDENCIES += mbedtls
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] package/uacme: fix c99 detection on !wchar toolchains
2019-10-04 13:23 [Buildroot] [PATCH v2 1/1] package/uacme: fix c99 detection on !wchar toolchains Nicola Di Lieto
@ 2019-10-05 21:13 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-05 21:13 UTC (permalink / raw)
To: buildroot
On Fri, 4 Oct 2019 15:23:03 +0200
Nicola Di Lieto <nicola.dilieto@gmail.com> wrote:
> Signed-off-by: Nicola Di Lieto <nicola.dilieto@gmail.com>
You forgot to add a reference to the autobuilder failure that it fixes,
so I've added that, and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-05 21:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-04 13:23 [Buildroot] [PATCH v2 1/1] package/uacme: fix c99 detection on !wchar toolchains Nicola Di Lieto
2019-10-05 21:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox