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:
Jürgen Buchmüller 2018-08-22 06:28:15 +02:00
parent 87bf9f4715
commit 5e58c6064f
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -41,7 +41,7 @@ case $XBPS_TARGET_MACHINE in
esac
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 7 ]; then
CFLAGS+=" -Wno-format-truncation"
CFLAGS+=" -Wno-format-truncation -Wno-stringop-truncation"
fi
pre_configure() {