diff options
| -rw-r--r-- | meta-oe/recipes-devtools/jq/jq_1.7.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.7.1.bb b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb index 4ef95bd824..98f06af3b9 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.7.1.bb +++ b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb | |||
| @@ -35,6 +35,9 @@ PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig" | |||
| 35 | # enable if you want ptest running under valgrind | 35 | # enable if you want ptest running under valgrind |
| 36 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | 36 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" |
| 37 | 37 | ||
| 38 | # Gets going with gcc-15 but See if it can be removed with next upgrade | ||
| 39 | CFLAGS:append = " -std=gnu17" | ||
| 40 | |||
| 38 | do_configure:append() { | 41 | do_configure:append() { |
| 39 | sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status | 42 | sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status |
| 40 | } | 43 | } |
