Package: libapache-mod-geoip Version: 1.2.8-1 Tags: patch gcc -DLINUX=22 -DEAPI -DTARGET="apache" -DHAVE_SET_DUMPABLE -DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -O1 -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DSHARED_MODULE -I/usr/include/apache-1.3 -c mod_geoip.c mod_geoip.c: In function 'geoip_post_read_request': mod_geoip.c:246: warning: implicit declaration of function 'ap_add_common_vars' ^^^^^^ mod_geoip.c:231: warning: 'netspeedstring' may be used uninitialized in this function gcc -shared -o mod_geoip.so mod_geoip.o -lGeoIP touch build-stamp
--- libapache-mod-geoip-1.2.8/mod_geoip.c.orig 2006-03-16 16:47:01.000000000 -0700 +++ libapache-mod-geoip-1.2.8/mod_geoip.c 2006-03-16 16:45:59.000000000 -0700 @@ -92,6 +92,7 @@ #include "http_config.h" #include "http_core.h" #include "http_log.h" +#include "util_script.h" #include "GeoIP.h" #include "GeoIPCity.h" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

