build: add -DMKSH_NO_LIMITS flag
Upstream fixed the KLIBC conflicts. Due to this, MKSH_NO_LIMITS is not defined on OS/2. modified: Build.sh
This commit is contained in:
parent
26c9cc9318
commit
a83f87baf0
1
Build.sh
1
Build.sh
@ -841,6 +841,7 @@ OS/2)
|
|||||||
SRCS="$SRCS os2.c"
|
SRCS="$SRCS os2.c"
|
||||||
add_cppflags -DMKSH_UNEMPLOYED
|
add_cppflags -DMKSH_UNEMPLOYED
|
||||||
add_cppflags -DMKSH_NOPROSPECTOFWORK
|
add_cppflags -DMKSH_NOPROSPECTOFWORK
|
||||||
|
add_cppflags -DMKSH_NO_LIMITS
|
||||||
;;
|
;;
|
||||||
OSF1)
|
OSF1)
|
||||||
HAVE_SIG_T=0 # incompatible
|
HAVE_SIG_T=0 # incompatible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user