]> granicus.if.org Git - apache/commitdiff
Makefile.win: Install proper pcre DLL file during debug build install.
authorJeff Trawick <trawick@apache.org>
Mon, 19 Aug 2013 11:53:34 +0000 (11:53 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 19 Aug 2013 11:53:34 +0000 (11:53 +0000)
PR: 55235
Submitted by: Ben Reser <ben reser org>
Reviewed by: gsmith, trawick, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1515375 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.win
STATUS

diff --git a/CHANGES b/CHANGES
index 234f614770e3ba3b491d6cb0a343bb8f9a8e5f28..9dea413a3554cb1adb7d03d88f693980121baba1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 
 Changes with Apache 2.4.7
 
+  *) Makefile.win: Install proper pcre DLL file during debug build install.
+     PR 55235.  [Ben Reser <ben reser org>]
+
   *) mod_ldap: Fix a potential memory leak or corruption.  PR 54936.
      [Zhenbo Xu <zhenbo1987 gmail com>]
 
index ec5889ec7cf94d1d6375b7c177f1583887d7ec7b..cf34bcecdbaae8ca99fb63f2e83ff1de6d50514d 100644 (file)
@@ -668,7 +668,11 @@ _copybin:
        for %d in ($(DBM_LIST) x) do if not %d == x ( \
          copy srclib\$(UTILDIR)\dbm\$(LONG)\apr_dbm_%d-1.$(src_dll) "$(inst_dll)" <.y \
        )
+!IF "$(SHORT)" == "D"
+       copy srclib\pcre\pcred.$(src_dll)                       "$(inst_dll)" <.y
+!ELSE
        copy srclib\pcre\pcre.$(src_dll)                        "$(inst_dll)" <.y
+!ENDIF 
        copy modules\aaa\$(LONG)\mod_access_compat.$(src_so)    "$(inst_so)" <.y
        copy modules\aaa\$(LONG)\mod_allowmethods.$(src_so)     "$(inst_so)" <.y
        copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so)       "$(inst_so)" <.y
diff --git a/STATUS b/STATUS
index b14279959f81eb83de78fed8a389488af19c05f3..0bb4e1a83ee1e7f86131d13cf1478940fff4a0af 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -104,12 +104,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/r1514214
         http://svn.apache.org/r1514617
 
-  * Makefile.win: Install proper pcre DLL file during debug build install
-    PR55235 [Ben Reser <ben reser org>]
-    trunk: http://svn.apache.org/r1505073
-    2.4.x patch: http://people.apache.org/~gsmith/httpd/diffs/pr55235-2.4bp.diff
-    +1: gsmith, trawick, covener
-
   * configure: '--enable-maintainer-mode' should also auto-enable mod_bucketeer
     trunk: http://svn.apache.org/viewvc?view=revision&revision=1503680
     2.4.x patch: trunk patch works