From 84d199451cf33734003c00c043a1480920f5563b Mon Sep 17 00:00:00 2001 From: Pasha Date: Thu, 29 Feb 2024 19:30:30 +0000 Subject: initial commit --- patches/dash/dash-path-max.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/dash/dash-path-max.patch (limited to 'patches/dash/dash-path-max.patch') diff --git a/patches/dash/dash-path-max.patch b/patches/dash/dash-path-max.patch new file mode 100644 index 0000000..bc6924d --- /dev/null +++ b/patches/dash/dash-path-max.patch @@ -0,0 +1,12 @@ +diff -Naur dash-0.5.12/src/expand.c cross-hurd/src/dash-0.5.12/src/expand.c +--- dash-0.5.12.old/src/expand.c 2022-12-11 01:29:21.000000000 -0500 ++++ dash-0.5.12/src/expand.c 2023-05-25 00:26:17.332804650 -0400 +@@ -84,6 +84,8 @@ + #define RMESCAPE_GROW 0x8 /* Grow strings instead of stalloc */ + #define RMESCAPE_HEAP 0x10 /* Malloc strings instead of stalloc */ + ++#define PATH_MAX 4096 ++ + /* Add CTLESC when necessary. */ + #define QUOTES_ESC (EXP_FULL | EXP_CASE) + -- cgit v1.2.1