mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-31 16:45:22 +01:00
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:
parent
cf550182cc
commit
1e1cb39a10
@ -61,6 +61,7 @@
|
||||
<screen><userinput remap="configure">mkdir -p build
|
||||
cd build
|
||||
|
||||
CFLAGS+=" -Wno-format-overflow" \
|
||||
meson setup \
|
||||
--prefix=/usr \
|
||||
--buildtype=release \
|
||||
|
Loading…
Reference in New Issue
Block a user