]> granicus.if.org Git - apache/commitdiff
Build: fix --with-module to work as documented
authorNick Kew <niq@apache.org>
Mon, 16 Nov 2009 15:24:34 +0000 (15:24 +0000)
committerNick Kew <niq@apache.org>
Mon, 16 Nov 2009 15:24:34 +0000 (15:24 +0000)
PR 43881
Submitted: Gez Saunders
Reviewed: Nick Kew

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880794 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/config5.m4

diff --git a/CHANGES b/CHANGES
index cb6d982008530b0b8b9149b41b9f83cead521647..357e07bf56d1185bc7bcc9e7ce55d0c78ebdcff0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ Changes with Apache 2.3.3
   *) SECURITY: CVE-2009-3094 (cve.mitre.org)
      mod_proxy_ftp: NULL pointer dereference on error paths.
      [Stefan Fritsch <sf fritsch.de>, Joe Orton]
+
+  *) Build: fix --with-module to work as documented
+     PR 43881 [Gez Saunders <???>]
      
   *) mod_ssl: enable support for ECC keys and ECDH ciphers.  Tested against
      OpenSSL 1.0.0b3.  [Vipul Gupta <vipul.gupta sun.com>, Sander Temme]
index b8a5868bfefba3443f5d49337cf38b3942022f8d..7dd021ee29a4e9106ea046e30f90ff197e8dc5b7 100644 (file)
@@ -18,7 +18,7 @@ AC_ARG_WITH(module,
         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"