. default jemalloc is not too easy to compile without threads libraries/types . non-default malloc has odd virtual address space binge problem . switch to ack/minix malloc in old libc for now
		
			
				
	
	
		
			14 lines
		
	
	
		
			192 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			192 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
NETBSDSRCDIR=	${MINIXSRCDIR}
 | 
						|
NETBSDINCLUDES= /usr/include/
 | 
						|
MACHINE_ARCH?= 	i386
 | 
						|
 | 
						|
CITRUS=yes 
 | 
						|
USE_INET6=no
 | 
						|
 | 
						|
MKYP=no #requires RPC
 | 
						|
USE_JEMALLOC=no
 | 
						|
USE_MINIXMALLOC=yes
 | 
						|
USE_FORT=no
 | 
						|
USE_LIBTRE=no
 | 
						|
 |