mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-02 17:45:24 +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
|
<screen><userinput remap="configure">mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
CFLAGS+=" -Wno-format-overflow" \
|
||||||
meson setup \
|
meson setup \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--buildtype=release \
|
--buildtype=release \
|
||||||
|
Loading…
Reference in New Issue
Block a user