From 5e58c6064f8073d046e7ecd608fa9ebee2710607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 22 Aug 2018 06:28:15 +0200 Subject: [PATCH] openssh: fix i686-musl build w/ gcc-8.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/openssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index de56ed1c49c..6b36b139057 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -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() {