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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user