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

List:       apr-cvs
Subject:    svn commit: r1916659 - in /apr/apr/branches/1.8.x: configure.in include/arch/netware/apr_private.h i
From:       rjung () apache ! org
Date:       2024-03-30 19:16:24
Message-ID: 20240330191624.9FA0017B033 () svn01-us-east ! apache ! org
[Download RAW message or body]

Author: rjung
Date: Sat Mar 30 19:16:24 2024
New Revision: 1916659

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

Fix provided by yalic.

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

Modified: apr/apr/branches/1.8.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/configure.in?rev=1916659&r1=1916658&r2=1916659&view=diff
 ==============================================================================
--- apr/apr/branches/1.8.x/configure.in (original)
+++ apr/apr/branches/1.8.x/configure.in Sat Mar 30 19:16:24 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.8.x/include/arch/netware/apr_private.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/include/arch/netware/apr_private.h?rev=1916659&r1=1916658&r2=1916659&view=diff
 ==============================================================================
--- apr/apr/branches/1.8.x/include/arch/netware/apr_private.h (original)
+++ apr/apr/branches/1.8.x/include/arch/netware/apr_private.h Sat Mar 30 19:16:24 \
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.8.x/include/arch/win32/apr_private.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/include/arch/win32/apr_private.h?rev=1916659&r1=1916658&r2=1916659&view=diff
 ==============================================================================
--- apr/apr/branches/1.8.x/include/arch/win32/apr_private.h (original)
+++ apr/apr/branches/1.8.x/include/arch/win32/apr_private.h Sat Mar 30 19:16:24 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