Both libcasper and libcapsicum libraries have to be installed in /lib/,
as they are used by /sbin/casperd.
This commit is contained in:
parent
3454cc1dd2
commit
b5c43c1200
@ -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 New Issue
Block a user