aboutsummaryrefslogtreecommitdiffstats
path: root/main/libvncserver/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libvncserver/APKBUILD')
-rw-r--r--main/libvncserver/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libvncserver/APKBUILD b/main/libvncserver/APKBUILD
index 9800f2989c..ee0e7582b0 100644
--- a/main/libvncserver/APKBUILD
+++ b/main/libvncserver/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libvncserver
pkgver=0.9.12
-pkgrel=1
+pkgrel=2
pkgdesc="Library to make writing a vnc server easy"
url="http://libvncserver.sourceforge.net/"
arch="all"
@@ -45,7 +45,7 @@ build() {
mkdir build
cd build
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \
-DWITH_ZLIB=ON \