diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index de56ed1c49..6b36b13905 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() {