whois: compile with HAVE_ICONV=1
This commit is contained in:
parent
0f821da101
commit
5735d8cc7e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.2.17
|
version=5.2.17
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libidn-devel"
|
makedepends="libidn-devel"
|
||||||
short_desc="An improved whois client"
|
short_desc="An improved whois client"
|
||||||
|
@ -16,7 +16,7 @@ alternatives="
|
||||||
whois:whois.1:/usr/share/man/man1/gwhois.1"
|
whois:whois.1:/usr/share/man/man1/gwhois.1"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC prefix=/usr HAVE_LIBIDN=1
|
make CC=$CC prefix=/usr HAVE_LIBIDN=1 HAVE_ICONV=1
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
||||||
|
|
Loading…
Reference in New Issue