mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Ports: Add dash shell
This commit is contained in:
parent
092bda2f14
commit
f15b467b5d
4 changed files with 115 additions and 0 deletions
17
Ports/dash/patches/fix-shell.patch
Normal file
17
Ports/dash/patches/fix-shell.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- dash-0.5.10.2/src/shell.h.orig Sun Sep 28 04:19:32 2014
|
||||
+++ dash-0.5.10.2/src/shell.h Fri Apr 24 18:25:38 2020
|
||||
@@ -51,6 +51,14 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
+#ifndef PATH_MAX
|
||||
+#define PATH_MAX 4096
|
||||
+#endif
|
||||
+
|
||||
+#ifndef NAME_MAX
|
||||
+#define NAME_MAX 1024
|
||||
+#endif
|
||||
+
|
||||
#ifndef JOBS
|
||||
#define JOBS 1
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue