[Buildroot] [git commit] qdecoder: autoreconf and fix c99 detection

Peter Korsgaard peter at korsgaard.com
Fri May 9 14:23:38 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=0b2342950dab87314268623c4bec737c8f77b5d8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.net/results/da8/da8ce760cdabeb9d4cda00dcc801817e4b4eb12c/

As we're patching configure.ac we need to autoreconf the package.
After reconf, the c99 check fails, so force it like we do elsewhere.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qdecoder/qdecoder.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/qdecoder/qdecoder.mk b/package/qdecoder/qdecoder.mk
index 506d975..bbbf42a 100644
--- a/package/qdecoder/qdecoder.mk
+++ b/package/qdecoder/qdecoder.mk
@@ -8,6 +8,9 @@ QDECODER_VERSION = r12.0.5
 QDECODER_SITE = $(call github,wolkykim,qdecoder,$(QDECODER_VERSION))
 QDECODER_LICENSE = BSD-2
 QDECODER_LICENSE_FILES = COPYING
+# we patch configure.ac
+QDECODER_AUTORECONF = YES
+QDECODER_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 
 QDECODER_INSTALL_STAGING = YES
 


More information about the buildroot mailing list