diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-12-08 17:14:01 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-12-08 17:14:01 +0000 |
commit | 439570b4a0edbfb5042dcb4f6d86c9a07fbf708c (patch) | |
tree | 60c5c9caa5f1f4bf18b0dd81bc8f09edcc62ea2f /tools/bsdbox | |
parent | 1a8d4344d0a617f3f123dabedfb9c1615b94ebfa (diff) | |
download | FreeBSD-src-439570b4a0edbfb5042dcb4f6d86c9a07fbf708c.zip FreeBSD-src-439570b4a0edbfb5042dcb4f6d86c9a07fbf708c.tar.gz |
Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox. This will allow the picostation
build to work again.
Reviewed by: adrian
Diffstat (limited to 'tools/bsdbox')
-rw-r--r-- | tools/bsdbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile index aaf6ab9..7189f43 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 |