aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/ortp/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ortp/APKBUILD b/main/ortp/APKBUILD
index a91916c61d..0f2df33fd1 100644
--- a/main/ortp/APKBUILD
+++ b/main/ortp/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ortp
pkgver=1.0.2
_pkgver=${pkgver}-0
-pkgrel=1
+pkgrel=2
pkgdesc="oRTP is a library implemeting Real-time Transport Protocol (RFC3550), licensed under LGPL"
url="http://www.linphone.org/technical-corner/ortp"
arch="all"
@@ -20,6 +20,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_MODULE_PATH=/usr/lib/cmake \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
-DENABLE_STATIC=NO \
-DENABLE_SHARED=YES .