mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add libxo, now needed by df(1).
Pointed out by: rodrigc@ (thanks!)
This commit is contained in:
parent
b84b3efdde
commit
5c96e2461d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ CRUNCH_SRCDIRS+= bin
|
|||
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
|
||||
ed expr getfacl hostname kenv kill ln ls mkdir mv \
|
||||
pkill ps pwd realpath rm rmdir setfacl sh stty sync test
|
||||
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil
|
||||
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil -lxo
|
||||
CRUNCH_BUILDTOOLS+= bin/sh
|
||||
|
||||
# Additional options for specific programs
|
||||
|
|
|
|||
Loading…
Reference in a new issue