mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/openvpn3: rebuild against asio-1.28
This commit is contained in:
parent
80fe8fc549
commit
2fa3e2d8da
@ -2,7 +2,7 @@
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=openvpn3
|
||||
pkgver=3.7.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C++ class library that implements the functionality of an OpenVPN client"
|
||||
url="https://github.com/OpenVPN/openvpn3"
|
||||
arch="all !s390x" # broken tests due to endianness assumptions
|
||||
@ -20,7 +20,6 @@ builddir="$srcdir/openvpn3-release-$pkgver"
|
||||
build() {
|
||||
cmake -G Ninja -B build \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_SHARED_LIBS=True \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel
|
||||
cmake --build build
|
||||
|
Loading…
Reference in New Issue
Block a user