mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:41:04 +01:00
Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox. This will allow the picostation
build to work again. Reviewed by: adrian
This commit is contained in:
parent
a25100c539
commit
af1d915221
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275621
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user