vpn-ws: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
ae25dd61ad
commit
933d4bda7c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ homepage="https://github.com/unbit/vpn-ws"
|
|||
distfiles="https://github.com/unbit/vpn-ws/archive/v${version}.tar.gz"
|
||||
checksum=f35d16d192ef333390ccc7d342df4392676a86502fa087f310eab9758afd565a
|
||||
|
||||
CFLAGS+=" -Wno-stringop-truncation"
|
||||
CFLAGS+=" -Wno-stringop-truncation -fcommon"
|
||||
|
||||
# no install target in the Makefile
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue