Date: Wed, 29 Aug 2012 22:54:27 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239885 - head/tools/bsdbox Message-ID: <201208292254.q7TMsRIL029103@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Wed Aug 29 22:54:27 2012 New Revision: 239885 URL: http://svn.freebsd.org/changeset/base/239885 Log: Disable building textproc for now, it doesn't fit on my 4MB flash partition. Add -lcrypt as a dynamic target. Modified: head/tools/bsdbox/Makefile Modified: head/tools/bsdbox/Makefile ============================================================================== --- head/tools/bsdbox/Makefile Wed Aug 29 22:53:54 2012 (r239884) +++ head/tools/bsdbox/Makefile Wed Aug 29 22:54:27 2012 (r239885) @@ -55,7 +55,7 @@ CRUNCH_SRCDIRS+= bin # setuid binaries - they use these libraries. PAM needs to be # built dynamically or it tries to build _all_ of the modules # statically - and that ends very badly. -CRUNCH_SHLIBS+= -lc -lutil +CRUNCH_SHLIBS+= -lc -lutil -lcrypt CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcap @@ -98,7 +98,7 @@ CRUNCH_LIBS+= -lm .include "Makefile.base" .include "Makefile.net" .include "Makefile.hostapd" -.include "Makefile.textproc" +#.include "Makefile.textproc" .include "Makefile.login" .include "Makefile.kld" # telnet/telnetd are too broken to include as a crunchgen'ed binary,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208292254.q7TMsRIL029103>