znc: fix crossbuild

This commit is contained in:
Enno Boland 2018-05-02 13:20:47 +02:00
parent 3c47e44aa5
commit 6aee9db6ab
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,9 +1,10 @@
# Template file for 'znc'
pkgname=znc
version=1.7.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-python --enable-perl --enable-tcl --enable-cyrus"
configure_args="--enable-python --enable-perl --enable-tcl --enable-cyrus
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
hostmakedepends="pkg-config perl"
makedepends="libressl-devel python3-devel tcl-devel libsasl-devel icu-devel zlib-devel perl"
short_desc="An advanced IRC Bouncer"