net/libiscsi: fix build on GCC architectures

Use newer GCC to support missing flags:
cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
cc1: error: unrecognized command line option "-Wno-stringop-truncation"
This commit is contained in:
Piotr Kubaj 2020-06-06 04:03:08 +00:00
parent 410852bf36
commit b5ed3382dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538072

View File

@ -13,7 +13,7 @@ LICENSE_COMB= multi
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENCE-LGPL-2.1.txt
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENCE-GPL-2.txt
USES= autoreconf libtool pathfix
USES= autoreconf compiler:c11 libtool pathfix
USE_GITHUB= yes
USE_LDCONFIG= yes