]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
apr: remove space before the -std=gnu23 from apr_rules.mk master
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 14 Apr 2026 12:42:10 +0000 (14:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Apr 2026 13:27:26 +0000 (14:27 +0100)
commit274ce0c0d73fd82b63c522580aed9dbac51ba09c
tree986d2279e280e168759e4213e5546ac1ffdfe34f
parente52dbcd912ae738ffa102800e91fcfd4a00dfa92
apr: remove space before the -std=gnu23 from apr_rules.mk

When -std=gnu23 is added to CC_FOR_BUILD it's with additional space
we need to remove the space as well to avoid the difference between
the build where -std=gnu23 was added and removed by sed and wasn't
added at all like in:
https://valkyrie.yocto.io/pub/repro-fail/oe-reproducible-20260414-82oogy25/packages/diff-html/

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/apr/apr_1.7.6.bb