File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes with Apache 2.0.34-dev
22
3+ *) Stop installing libtool for APR and tell APR where it should place
4+ its copy of libtool (via our installbuildpath layout variable).
5+ [Justin Erenkrantz]
6+
37 *) New directive ProxyIOBufferSize. Sets the size of the buffer used
48 when reading from a remote HTTP server in proxy. [Graham Leggett]
59
Original file line number Diff line number Diff line change @@ -89,11 +89,7 @@ install-build:
8989 @sed ' s#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
9090 config_vars.mk > $(installbuilddir ) /config_vars.mk; \
9191 cp build/* .mk $(installbuilddir ) ; \
92- cp $(top_srcdir ) /build/instdso.sh $(installbuilddir ) ; \
93- cp srclib/apr/libtool $(installbuilddir ) ; \
94- if test -f srclib/apr/shlibtool; then \
95- cp srclib/apr/shlibtool $(installbuilddir ) ; \
96- fi
92+ cp $(top_srcdir ) /build/instdso.sh $(installbuilddir ) ;
9793
9894htdocs-srcdir = $(top_srcdir ) /docs/docroot
9995
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ orig_prefix="$prefix"
5656
5757echo $ac_n "${nl}Configuring Apache Portable Runtime library ...${nl}"
5858
59- APR_SUBDIR_CONFIG(srclib/apr, "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --bindir=$bindir")
59+ APR_SUBDIR_CONFIG(srclib/apr, "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir ")
6060
6161echo $ac_n "${nl}Configuring Apache Portable Runtime Utility library...${nl}"
6262
You can’t perform that action at this time.
0 commit comments