diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-10 12:01:35 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-10 12:01:35 +0200 |
commit | 654ac86b4f4886a0e6502cfdbe47b5666c3644c7 (patch) | |
tree | 09aa8cfca91606057db026905c8dea7ac3fd2586 /main/ortp/APKBUILD | |
parent | 0b650edd7e52461b35882cceee2a9e5bd340709a (diff) | |
download | aports-654ac86b4f4886a0e6502cfdbe47b5666c3644c7.tar.gz aports-654ac86b4f4886a0e6502cfdbe47b5666c3644c7.tar.bz2 aports-654ac86b4f4886a0e6502cfdbe47b5666c3644c7.tar.xz |
main/ortp: set CMake build type to None
Diffstat (limited to 'main/ortp/APKBUILD')
-rw-r--r-- | main/ortp/APKBUILD | 3 |
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 . |