dtksh: use std malloc instead of ast malloc
This commit is contained in:
parent
47dfe49a72
commit
ad39eebb2d
|
|
@ -104,7 +104,7 @@ libshell.a: $(KSH93LIBSHELL) init.o
|
|||
$(AR) libshell.a init.o
|
||||
|
||||
pmain.o:
|
||||
cd ksh93; ./bin/package flat make CCFLAGS='$(SUIDEXECDEFINES) -g'
|
||||
cd ksh93; ./bin/package flat make CCFLAGS='$(SUIDEXECDEFINES) -g -D_std_malloc'
|
||||
cp ./ksh93/src/cmd/ksh93/sh/init.c init.c
|
||||
patch --posix init.c -i init.patch
|
||||
./setup.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue