whois: compile with HAVE_ICONV=1

This commit is contained in:
Michael Gehring 2017-08-01 11:41:27 +00:00
parent 0f821da101
commit 5735d8cc7e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'whois'
pkgname=whois
version=5.2.17
revision=1
revision=2
hostmakedepends="perl"
makedepends="libidn-devel"
short_desc="An improved whois client"
@ -16,7 +16,7 @@ alternatives="
whois:whois.1:/usr/share/man/man1/gwhois.1"
do_build() {
make CC=$CC prefix=/usr HAVE_LIBIDN=1
make CC=$CC prefix=/usr HAVE_LIBIDN=1 HAVE_ICONV=1
}
do_install() {
make prefix=/usr BASEDIR=${DESTDIR} install-whois