irssi: fix cross build.
This commit is contained in:
parent
a4aabc3615
commit
2707cb17a8
1 changed files with 2 additions and 1 deletions
|
@ -13,11 +13,12 @@ license="GPL-2"
|
|||
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
|
||||
checksum=c12d16fb605103d7c256ddce44012dc396af57f3771e086d0387c195a052a0a6
|
||||
|
||||
LDFLAGS="-lncursesw"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# XXX perl module
|
||||
hostmakedepends="pkg-config"
|
||||
configure_args+=" --without-perl"
|
||||
subpackages="irssi-devel"
|
||||
fi
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue