svn commit: r275621 - head/tools/bsdbox

Sean Bruno sbruno at FreeBSD.org
Mon Dec 8 17:14:02 UTC 2014


Author: sbruno
Date: Mon Dec  8 17:14:01 2014
New Revision: 275621
URL: https://svnweb.freebsd.org/changeset/base/275621

Log:
  Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox.  This will allow the picostation
  build to work again.
  
  Reviewed by:	adrian

Modified:
  head/tools/bsdbox/Makefile

Modified: head/tools/bsdbox/Makefile
==============================================================================
--- head/tools/bsdbox/Makefile	Mon Dec  8 16:48:57 2014	(r275620)
+++ head/tools/bsdbox/Makefile	Mon Dec  8 17:14:01 2014	(r275621)
@@ -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 -lcrypt
+CRUNCH_SHLIBS+=	-lc -lutil -lcrypt -lxo -lgpio
 CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph
 CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcapw
 


More information about the svn-src-all mailing list