mips64el: systemd: Add -Wno-format-overflow workaround

Without this, the package FTBFS.

Need to investigate it later: it may be a systemd bug or GCC bug on
mips.

(cherry picked from commit 76ef88ee13)
This commit is contained in:
Xi Ruoyao 2023-06-14 14:46:59 +08:00
parent cf550182cc
commit 1e1cb39a10
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -61,6 +61,7 @@
<screen><userinput remap="configure">mkdir -p build
cd build
CFLAGS+=" -Wno-format-overflow" \
meson setup \
--prefix=/usr \
--buildtype=release \