Gbp-Pq: Name hurd_path_max.patch
This commit is contained in:
Stefan Fritsch 2023-01-16 15:55:44 +08:00 committed by zhouganqing
parent fc568588c9
commit 61fa846bf0
1 changed files with 2 additions and 1 deletions

View File

@ -629,7 +629,8 @@ typedef int apr_wait_t;
#elif defined(_POSIX_PATH_MAX)
#define APR_PATH_MAX _POSIX_PATH_MAX
#else
#error no decision has been made on APR_PATH_MAX for your platform
#warning no decision has been made on APR_PATH_MAX for your platform
#define APR_PATH_MAX 4096
#endif
#define APR_DSOPATH "@shlibpath_var@"