mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Both libcasper and libcapsicum libraries have to be installed in /lib/,
as they are used by /sbin/casperd.
This commit is contained in:
parent
ca9aa9026b
commit
0f984a9260
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
LIB= capsicum
|
||||
|
||||
SHLIB_MAJOR= 0
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
SRCS= libcapsicum.c
|
||||
SRCS+= libcapsicum_dns.c
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
LIB= casper
|
||||
|
||||
SHLIB_MAJOR= 0
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
SRCS= libcasper.c
|
||||
INCS= libcasper.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue