[Buildroot] [git commit] package/uacme: fix c99 detection on !wchar toolchains

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Oct 5 21:12:35 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=27c7f30c4f443bc1bae2cc2ec6e68c76d42f9e34
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

  http://autobuild.buildroot.net/results/f86584cc3066ab99f70a49d65dab9435135f4a9a/

Signed-off-by: Nicola Di Lieto <nicola.dilieto at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/uacme/uacme.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/uacme/uacme.mk b/package/uacme/uacme.mk
index 999cc365e9..d3d692b1f8 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


More information about the buildroot mailing list