[Lunar-commits] r21101 - moonbase/trunk/net/whois

Dennis Veatch stumbles at lunar-linux.org
Thu Aug 24 16:58:21 UTC 2006


Author: stumbles
Date: 2006-08-24 16:58:21 +0000 (Thu, 24 Aug 2006)
New Revision: 21101

Modified:
   moonbase/trunk/net/whois/BUILD
Log:

Applying a patch submitted by zbiggy that corrects a 
"Bad value for ai_flags". I think at least for now this
is the better way to go in lieu of tinkering with glibc.

applied and tested.



Modified: moonbase/trunk/net/whois/BUILD
===================================================================
--- moonbase/trunk/net/whois/BUILD	2006-08-24 16:28:39 UTC (rev 21100)
+++ moonbase/trunk/net/whois/BUILD	2006-08-24 16:58:21 UTC (rev 21101)
@@ -3,6 +3,8 @@
   # Clean up some wrong/hardcoded values in the Makefile
   sedit  "s:/usr/local:/usr:g"  Makefile                  &&
   sedit  "s:OPTS \:= -O2:OPTS \:= \$(CFLAGS):"  Makefile  &&
+  # Fix for ai_flags bug since whois 4.7.15
+  sedit '/#define _GNU_SOURCE/d' whois.c
 
   default_make  &&
   install -m0644 whois.conf /etc/whois.conf



More information about the Lunar-commits mailing list