loongarch: udev: Add -Wno-format-overflow into CFLAGS

Oops, the systemd issue affects the udev-only build too.
This commit is contained in:
Xi Ruoyao 2023-07-20 19:05:08 +08:00
parent 8e1f621480
commit 7a27ecb5da
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

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