]> git.pld-linux.org Git - packages/apache.git/commitdiff
obsolete; applied
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Dec 2005 22:08:05 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httpd-2.0.45-export.patch -> 1.3

httpd-2.0.45-export.patch [deleted file]

diff --git a/httpd-2.0.45-export.patch b/httpd-2.0.45-export.patch
deleted file mode 100644 (file)
index 22f5a9d..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-
-There is no need to "suck in" the apr/apr-util symbols when using
-a shared libapr{,util}, it just bloats the symbol table; so don't.
-
---- httpd-2.0.48/server/main.c.export
-+++ httpd-2.0.48/server/main.c
-@@ -669,28 +669,6 @@
-     return 0; /* Termination 'ok' */
- }
--/* force Expat to be linked into the server executable */
--#if defined(USE_EXPAT) && !defined(SHARED_CORE_BOOTSTRAP)
--#include "xmlparse.h"
--const XML_LChar *suck_in_expat(void);
--const XML_LChar *suck_in_expat(void)
--{
--    return XML_ErrorString(XML_ERROR_NONE);
--}
--#endif /* USE_EXPAT */
--
--#ifndef SHARED_CORE_BOOTSTRAP
--/*
-- * Force apr_password_validate() into the image so that modules like
-- * mod_auth can use it even if they're dynamically loaded.
-- */
--void suck_in_apr_password_validate(void);
--void suck_in_apr_password_validate(void)
--{
--    apr_password_validate("a", "b");
--}
--#endif
--
- #ifdef AP_USING_AUTOCONF
- /* This ugly little hack pulls any function referenced in exports.c into
-  * the web server.  exports.c is generated during the build, and it
This page took 0.045126 seconds and 4 git commands to generate.