From 0f984a92603471f9d202d13e397a32cbccabaf03 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 2 Dec 2013 17:07:22 +0000 Subject: [PATCH] Both libcasper and libcapsicum libraries have to be installed in /lib/, as they are used by /sbin/casperd. --- lib/libcapsicum/Makefile | 1 + lib/libcasper/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/libcapsicum/Makefile b/lib/libcapsicum/Makefile index 54d8dfba266f..061edfcb9067 100644 --- a/lib/libcapsicum/Makefile +++ b/lib/libcapsicum/Makefile @@ -3,6 +3,7 @@ LIB= capsicum SHLIB_MAJOR= 0 +SHLIBDIR?= /lib SRCS= libcapsicum.c SRCS+= libcapsicum_dns.c diff --git a/lib/libcasper/Makefile b/lib/libcasper/Makefile index 48c742ff634e..ddcfba5131b1 100644 --- a/lib/libcasper/Makefile +++ b/lib/libcasper/Makefile @@ -3,6 +3,7 @@ LIB= casper SHLIB_MAJOR= 0 +SHLIBDIR?= /lib SRCS= libcasper.c INCS= libcasper.h