diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 02a2dec35f4..e0f5b0945e6 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -40,7 +40,7 @@ if [ "$build_option_ldns" -a -z "$build_option_ssl" ]; then broken="option 'ldns' requires option 'ssl'" fi -CFLAGS="-Wno-format-truncation -Wno-stringop-truncation" +CFLAGS="-Wno-format-truncation -Wno-stringop-truncation -Wno-maybe-uninitialized" case $XBPS_TARGET_MACHINE in i686-musl)