Author: blino Date: Wed Feb 14 09:52:38 2007 New Revision: 120732 Modified: packages/cooker/whois/current/SPECS/whois.spec
Log: make it run again by disabling IDN support (#28723) Modified: packages/cooker/whois/current/SPECS/whois.spec ============================================================================== --- packages/cooker/whois/current/SPECS/whois.spec (original) +++ packages/cooker/whois/current/SPECS/whois.spec Wed Feb 14 09:52:38 2007 @@ -1,6 +1,6 @@ %define name whois %define version 4.7.20 -%define release %mkrel 1 +%define release %mkrel 2 %define url http://www.linux.it/~md/software/ Summary: Enhanced WHOIS client @@ -27,6 +27,8 @@ %prep %setup -q +# disable IDN support +perl -pi -e 's,^(#define _GNU_SOURCE)$,/* $1 */,' whois.c %build %make OPTS="%optflags" whois
