mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
Currently pcre/config.h and pcre/internal.h are getting installed - it
seems they aren't used, and adding a rogue config.h into the include path can cause problems for a module which picks it up. (Better late than never -- this patch was submitted Fri, 7 Dec 2001.) Submitted by: Joe Orton <joe@manyfish.co.uk> Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
3
CHANGES
3
CHANGES
@ -1,4 +1,7 @@
|
||||
Changes with Apache 2.0.31-dev
|
||||
*) Do not install unnecessary pcre headers like config.h and internal.h.
|
||||
[Joe Orton <joe@manyfish.co.uk>]
|
||||
|
||||
*) Change in quick_hanlder behavior for subrequests. it now passes DONE
|
||||
(as it does for a normal request). quick_handled sub-requests now work
|
||||
in mod-include [Ian Holsman]
|
||||
|
@ -158,7 +158,7 @@ install-include:
|
||||
@cp -p $(srcdir)/modules/http/mod_core.h $(includedir)
|
||||
@cp -p $(srcdir)/modules/proxy/mod_proxy.h $(includedir)
|
||||
@cp -p $(srcdir)/modules/ssl/*.h $(includedir)
|
||||
@cp -p $(srcdir)/srclib/pcre/*.h $(includedir)
|
||||
@cp -p $(srcdir)/srclib/pcre/pcre*.h $(includedir)
|
||||
@cp -p $(srcdir)/srclib/apr/include/*.h $(includedir)
|
||||
@cp -p $(srcdir)/srclib/apr-util/include/*.h $(includedir)
|
||||
@cp -p $(srcdir)/os/$(OS_DIR)/*.h $(includedir)
|
||||
|
Reference in New Issue
Block a user