[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r1916660 - in /apr/apr/branches/1.7.x: configure.in include/arch/netware/apr_private.h i
From:       rjung () apache ! org
Date:       2024-03-30 19:42:31
Message-ID: 20240330194231.C916417B033 () svn01-us-east ! apache ! org
[Download RAW message or body]

Author: rjung
Date: Sat Mar 30 19:42:31 2024
New Revision: 1916660

URL: http://svn.apache.org/viewvc?rev=1916660&view=rev
Log:
Fix out of tree build broken after r1909334 /
r1909335 introducing arch/apr_private_common.h.

Fix provided by yalic.
Backport of r1916659 from 1.8.x.

Modified:
    apr/apr/branches/1.7.x/configure.in
    apr/apr/branches/1.7.x/include/arch/netware/apr_private.h
    apr/apr/branches/1.7.x/include/arch/win32/apr_private.h

Modified: apr/apr/branches/1.7.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/configure.in?rev=1916660&r1=1916659&r2=1916660&view=diff
 ==============================================================================
--- apr/apr/branches/1.7.x/configure.in (original)
+++ apr/apr/branches/1.7.x/configure.in Sat Mar 30 19:42:31 2024
@@ -100,7 +100,7 @@ AH_BOTTOM([
 /*
  * Include common private declarations.
  */
-#include "../apr_private_common.h"
+#include "arch/apr_private_common.h"
 #endif /* APR_PRIVATE_H */
 ])
 

Modified: apr/apr/branches/1.7.x/include/arch/netware/apr_private.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/arch/netware/apr_private.h?rev=1916660&r1=1916659&r2=1916660&view=diff
 ==============================================================================
--- apr/apr/branches/1.7.x/include/arch/netware/apr_private.h (original)
+++ apr/apr/branches/1.7.x/include/arch/netware/apr_private.h Sat Mar 30 19:42:31 \
2024 @@ -199,7 +199,7 @@ void* getStatCache();
 /*
  * Include common private declarations.
  */
-#include "../apr_private_common.h"
+#include "arch/apr_private_common.h"
 
 #endif  /*APR_PRIVATE_H*/
 #endif  /*NETWARE*/

Modified: apr/apr/branches/1.7.x/include/arch/win32/apr_private.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/arch/win32/apr_private.h?rev=1916660&r1=1916659&r2=1916660&view=diff
 ==============================================================================
--- apr/apr/branches/1.7.x/include/arch/win32/apr_private.h (original)
+++ apr/apr/branches/1.7.x/include/arch/win32/apr_private.h Sat Mar 30 19:42:31 2024
@@ -169,7 +169,7 @@ APR_DECLARE_DATA int errno;
 /*
  * Include common private declarations.
  */
-#include "../apr_private_common.h"
+#include "arch/apr_private_common.h"
 
 #endif  /*APR_PRIVATE_H*/
 #endif  /*WIN32*/


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic