aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2014-12-08 17:14:01 +0000
committerSean Bruno <sbruno@FreeBSD.org>2014-12-08 17:14:01 +0000
commitaf1d915221af93f2233b4cbde67ad7ad0997c73d (patch)
tree60c5c9caa5f1f4bf18b0dd81bc8f09edcc62ea2f /tools
parenta25100c539950ecf6c2918fc5906082b7e44fb80 (diff)
downloadsrc-af1d915221af93f2233b4cbde67ad7ad0997c73d.tar.gz
src-af1d915221af93f2233b4cbde67ad7ad0997c73d.zip
Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox. This will allow the picostation
build to work again. Reviewed by: adrian
Notes
Notes: svn path=/head/; revision=275621
Diffstat (limited to 'tools')
-rw-r--r--tools/bsdbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile
index aaf6ab9ea352..7189f43f092c 100644
--- a/tools/bsdbox/Makefile
+++ b/tools/bsdbox/Makefile
@@ -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