mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/openvpn3: add missing build dependency on jsoncpp-static
This commit is contained in:
parent
ea672ba223
commit
1dd33cf19d
@ -7,8 +7,19 @@ pkgdesc="C++ class library that implements the functionality of an OpenVPN clien
|
|||||||
url="https://github.com/OpenVPN/openvpn3"
|
url="https://github.com/OpenVPN/openvpn3"
|
||||||
arch="all !s390x" # broken tests due to endianness assumptions
|
arch="all !s390x" # broken tests due to endianness assumptions
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
depends_dev="lz4-dev asio-dev libcap-dev jsoncpp-dev xxhash-dev"
|
depends_dev="
|
||||||
makedepends="cmake samurai gtest-dev $depends_dev"
|
asio-dev
|
||||||
|
jsoncpp-dev
|
||||||
|
libcap-dev
|
||||||
|
lz4-dev
|
||||||
|
xxhash-dev
|
||||||
|
"
|
||||||
|
makedepends="$depends_dev
|
||||||
|
cmake
|
||||||
|
gtest-dev
|
||||||
|
jsoncpp-static
|
||||||
|
samurai
|
||||||
|
"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="https://github.com/OpenVPN/openvpn3/archive/refs/tags/release/$pkgver/openvpn3-$pkgver.tar.gz
|
source="https://github.com/OpenVPN/openvpn3/archive/refs/tags/release/$pkgver/openvpn3-$pkgver.tar.gz
|
||||||
unvendor.patch
|
unvendor.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user