Build: fix --with-module to work as documented
PR 43881
Submitted: Gez Saunders
Reviewed: Nick Kew
Submitted by: niq
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@892259
13f79535-47bb-0310-9956-
ffa450edef68
control is still vulnerable, unless using OpenSSL >= 0.9.8l.
[Joe Orton, Ruediger Pluem]
+ *) Build: fix --with-module to work as documented
+ PR 43881 [Gez Saunders <???>]
+
*) mod_mime: Make RemoveType override the info from TypesConfig.
PR 38330. [Stefan Fritsch]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * build: fix --with-module option to work as documented
- PR 43881
- Patch: http://svn.apache.org/viewvc?rev=880794&view=rev
- +1: niq, pgollucci, rjung, jim
-
* mod_disk_cache, mod_mem_cache: don't cache incomplete responses,
per RFC 2616, 13.8.
PR 15866
fi
cp $pkg $modpath_current/$modfilec
fi
- module=`echo $pkg | sed -e 's;\(.*/\)*mod_\(.*\).c;\2;'`
+ module=`echo $pkg | sed -e 's;\(.*/\).*mod_\(.*\).c;\2;'`
objects="mod_$module.lo"
# The filename of a convenience library must have a "lib" prefix:
libname="libmod_$module.la"