mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtksh: use std malloc instead of ast malloc
This commit is contained in:
parent
47dfe49a72
commit
ad39eebb2d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue