diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-19 14:46:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-19 14:46:34 +0000 |
commit | 6cde29f4e56c1bbe037908e0768341eb7db5da62 (patch) | |
tree | 48bbf0674a249d6581ce2db36d3662873f60d529 /testing | |
parent | 086f0159a472e3bbc2e94bb8322f3d3809bd827f (diff) | |
download | aports-6cde29f4e56c1bbe037908e0768341eb7db5da62.tar.bz2 aports-6cde29f4e56c1bbe037908e0768341eb7db5da62.tar.xz |
testing/x11vnc: rebuild against libressl 2.5
Diffstat (limited to 'testing')
-rw-r--r-- | testing/x11vnc/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/x11vnc/APKBUILD b/testing/x11vnc/APKBUILD index 950e69f66c..f7dc08f3c1 100644 --- a/testing/x11vnc/APKBUILD +++ b/testing/x11vnc/APKBUILD @@ -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 } |