cvs commit: ports/lang/gcc43 pkg-descr
    Colin Percival 
    cperciva at freebsd.org
       
    Mon Apr  9 10:36:55 UTC 2007
    
    
  
Gerald Pfeifer wrote:
> +.if ! defined(WITHOUT_JAVA)
> +	@DSIZ=700000; \
> +	if [ `ulimit -d` -lt $$DSIZ ]; then \
> +	  echo "You need to increase the datasize limit to at least $$DSIZ to build with Java support." | fmt; \
> +	  exit 1; \
> +	fi
> +.endif
Could I suggest
s|increase the the datasize limit|set kern.maxdsiz in /boot/loader.conf|
for the benefit of people who aren't familiar with loader.conf?
Colin Percival
    
    
More information about the cvs-all
mailing list