testing/x11vnc: rebuild against libressl 2.5

This commit is contained in:
Natanael Copa 2017-04-19 14:46:34 +00:00
parent 086f0159a4
commit 6cde29f4e5

View File

@ -2,7 +2,7 @@
# Maintainer: Tuan M. Hoang <tmhoang@flatglobe.org>
pkgname=x11vnc
pkgver=0.9.14
pkgrel=1
pkgrel=2
pkgdesc="VNC server for real X displays"
url="http://www.karlrunge.com/x11vnc/"
arch="all"
@ -18,7 +18,6 @@ builddir="$srcdir"/x11vnc-$pkgver
prepare() {
cd "$builddir"
default_prepare || return 1
update_config_sub || return 1
autoreconf -v --install
}