From be80f6a1784fc30f365426443e06c42f75f92060 Mon Sep 17 00:00:00 2001 From: dkwo Date: Mon, 6 Feb 2023 14:39:48 -0500 Subject: [PATCH] vpn-ws: add cflag to build with openssl3 --- srcpkgs/vpn-ws/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vpn-ws/template b/srcpkgs/vpn-ws/template index 498ca5775a82..73d6697ea34b 100644 --- a/srcpkgs/vpn-ws/template +++ b/srcpkgs/vpn-ws/template @@ -1,7 +1,7 @@ # Template file for 'vpn-ws' pkgname=vpn-ws version=0.2 -revision=7 +revision=8 build_style=gnu-makefile make_use_env=yes 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" checksum=f35d16d192ef333390ccc7d342df4392676a86502fa087f310eab9758afd565a -CFLAGS+=" -Wno-stringop-truncation -fcommon" +CFLAGS+=" -Wno-stringop-truncation -fcommon -Wno-deprecated-declarations" # no install target in the Makefile do_install() {