mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
openssh: fix i686-musl build w/ gcc-8.2.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
87bf9f4715
commit
5e58c6064f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ case $XBPS_TARGET_MACHINE in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then
|
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then
|
||||||
CFLAGS+=" -Wno-format-truncation"
|
CFLAGS+=" -Wno-format-truncation -Wno-stringop-truncation"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue