aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rtrlib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rtrlib/APKBUILD')
-rw-r--r--testing/rtrlib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rtrlib/APKBUILD b/testing/rtrlib/APKBUILD
index e5bba002b4b..5454ec7bf2a 100644
--- a/testing/rtrlib/APKBUILD
+++ b/testing/rtrlib/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Franke <nobody@nowhere.ws>
pkgname=rtrlib
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source C implementation of the RPKI/Router Protocol client"
url="https://github.com/rtrlib/rtrlib"
arch="all"
@@ -19,7 +19,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_C_FLAGS="$CFLAGS" \
${CMAKE_CROSSOPTS}
make