mirror of
				git://git.code.sf.net/p/cdesktopenv/code
				synced 2025-03-09 15:50:02 +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
 | 
						$(AR) libshell.a init.o
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pmain.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
 | 
						cp ./ksh93/src/cmd/ksh93/sh/init.c init.c
 | 
				
			||||||
	patch --posix init.c -i init.patch
 | 
						patch --posix init.c -i init.patch
 | 
				
			||||||
	./setup.sh
 | 
						./setup.sh
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue