vpn-ws: rebuild with libressl-2.8
This commit is contained in:
parent
6305978503
commit
588aa1001b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vpn-ws'
|
||||
pkgname=vpn-ws
|
||||
version=0.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
makedepends="libressl-devel"
|
||||
|
@ -12,6 +12,8 @@ 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"
|
||||
|
||||
# no install target in the Makefile
|
||||
do_install() {
|
||||
vbin vpn-ws
|
||||
|
|
Loading…
Reference in New Issue