whois: compile with HAVE_ICONV=1
This commit is contained in:
parent
0f821da101
commit
5735d8cc7e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue