From 2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:23:09 +0200 Subject: Adding debian version 1.7.2-3. Signed-off-by: Daniel Baumann --- debian/patches/hurd_path_max.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/patches/hurd_path_max.patch (limited to 'debian/patches/hurd_path_max.patch') diff --git a/debian/patches/hurd_path_max.patch b/debian/patches/hurd_path_max.patch new file mode 100644 index 0000000..b333eb6 --- /dev/null +++ b/debian/patches/hurd_path_max.patch @@ -0,0 +1,19 @@ +From: Stefan Fritsch +Subject: #349418 + +--- + include/apr.h.in | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- apr.orig/include/apr.h.in ++++ apr/include/apr.h.in +@@ -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@" -- cgit v1.2.3