1
0
Fork 0
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:
Chase 2021-01-17 17:22:16 -06:00 committed by Jon Trulson
parent 47dfe49a72
commit ad39eebb2d

View file

@ -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