diff options
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.15.bb b/meta/recipes-extended/cpio/cpio_2.15.bb index 95f82cdf3a..a5c9b76da2 100644 --- a/meta/recipes-extended/cpio/cpio_2.15.bb +++ b/meta/recipes-extended/cpio/cpio_2.15.bb | |||
@@ -20,6 +20,9 @@ CVE_STATUS[CVE-2023-7216] = "disputed: intended behaviour, see https://lists.gnu | |||
20 | 20 | ||
21 | EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}" | 21 | EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}" |
22 | 22 | ||
23 | CFLAGS += "-std=gnu17" | ||
24 | BUILD_CFLAGS += "-std=gnu17" | ||
25 | |||
23 | do_install () { | 26 | do_install () { |
24 | autotools_do_install | 27 | autotools_do_install |
25 | if [ "${base_bindir}" != "${bindir}" ]; then | 28 | if [ "${base_bindir}" != "${bindir}" ]; then |