whois: update to 5.5.6.
This commit is contained in:
parent
52e50999dd
commit
16cf4162c0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.5.6
|
version=5.5.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=whois
|
wrksrc=whois
|
||||||
hostmakedepends="perl pkg-config gettext"
|
hostmakedepends="perl pkg-config gettext"
|
||||||
makedepends="libidn2-devel"
|
makedepends="libidn2-devel"
|
||||||
|
@ -18,7 +18,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_ICONV=1
|
make CC=$CC prefix=/usr HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue