vpn-ws: add cflag to build with openssl3
This commit is contained in:
parent
91d9b4e652
commit
210eb56f97
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vpn-ws'
|
# Template file for 'vpn-ws'
|
||||||
pkgname=vpn-ws
|
pkgname=vpn-ws
|
||||||
version=0.2
|
version=0.2
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
|
@ -12,7 +12,7 @@ homepage="https://github.com/unbit/vpn-ws"
|
||||||
distfiles="https://github.com/unbit/vpn-ws/archive/v${version}.tar.gz"
|
distfiles="https://github.com/unbit/vpn-ws/archive/v${version}.tar.gz"
|
||||||
checksum=f35d16d192ef333390ccc7d342df4392676a86502fa087f310eab9758afd565a
|
checksum=f35d16d192ef333390ccc7d342df4392676a86502fa087f310eab9758afd565a
|
||||||
|
|
||||||
CFLAGS+=" -Wno-stringop-truncation -fcommon"
|
CFLAGS+=" -Wno-stringop-truncation -fcommon -Wno-deprecated-declarations"
|
||||||
|
|
||||||
# no install target in the Makefile
|
# no install target in the Makefile
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue