From: Jim Jagielski Date: Fri, 4 Feb 2011 13:24:39 +0000 (+0000) Subject: Until this is fixed to link in lresolv, exclude. X-Git-Tag: 2.3.11~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7deb691f1ee7a225fe5337b434a2bae3ca8663;p=thirdparty%2Fapache%2Fhttpd.git Until this is fixed to link in lresolv, exclude. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1067177 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index de9ac5236ad..97a91e24989 100644 --- a/server/main.c +++ b/server/main.c @@ -688,7 +688,7 @@ int main(int argc, const char * const argv[]) apr_hook_deregister_all(); apr_pool_clear(pconf); ap_clear_auth_internal(); - +#if 0 /* glibc has __res_init that is #defined to res_init */ #if HAVE_RES_INIT || HAVE___RES_INIT /* @@ -699,7 +699,7 @@ int main(int argc, const char * const argv[]) "Resolver initialization failed."); } #endif - +#endif for (mod = ap_prelinked_modules; *mod != NULL; mod++) { ap_register_hooks(*mod, pconf); }