diff options
Diffstat (limited to 'community/libvncserver')
-rw-r--r-- | community/libvncserver/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libvncserver/APKBUILD b/community/libvncserver/APKBUILD index 89d9abb4c4..be57c56f4d 100644 --- a/community/libvncserver/APKBUILD +++ b/community/libvncserver/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvncserver pkgver=0.9.13 -pkgrel=0 +pkgrel=1 pkgdesc="Library to make writing a vnc server easy" url="http://libvncserver.sourceforge.net/" arch="all" @@ -45,6 +45,7 @@ build() { cmake \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=ON \ -DWITH_ZLIB=ON \ -DWITH_LZO=ON \ |