x11vnc: rebuild for libxcrypt
This commit is contained in:
parent
6fdec5950f
commit
d00d7bd8b7
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'x11vnc'
|
# Template file for 'x11vnc'
|
||||||
pkgname=x11vnc
|
pkgname=x11vnc
|
||||||
version=0.9.16
|
version=0.9.16
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libXdamage-devel libXinerama-devel libXrandr-devel libXtst-devel
|
makedepends="libXdamage-devel libXinerama-devel libXrandr-devel libXtst-devel
|
||||||
|
@ -14,6 +14,10 @@ changelog="https://raw.githubusercontent.com/LibVNC/x11vnc/master/NEWS"
|
||||||
distfiles="https://github.com/LibVNC/x11vnc/archive/${version}.tar.gz"
|
distfiles="https://github.com/LibVNC/x11vnc/archive/${version}.tar.gz"
|
||||||
checksum=885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd
|
checksum=885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue