svn commit: r258850 - in head/lib: libcapsicum libcasper

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Dec 2 17:07:23 UTC 2013


Author: pjd
Date: Mon Dec  2 17:07:22 2013
New Revision: 258850
URL: http://svnweb.freebsd.org/changeset/base/258850

Log:
  Both libcasper and libcapsicum libraries have to be installed in /lib/,
  as they are used by /sbin/casperd.

Modified:
  head/lib/libcapsicum/Makefile
  head/lib/libcasper/Makefile

Modified: head/lib/libcapsicum/Makefile
==============================================================================
--- head/lib/libcapsicum/Makefile	Mon Dec  2 17:01:01 2013	(r258849)
+++ head/lib/libcapsicum/Makefile	Mon Dec  2 17:07:22 2013	(r258850)
@@ -3,6 +3,7 @@
 LIB=	capsicum
 
 SHLIB_MAJOR=	0
+SHLIBDIR?=	/lib
 
 SRCS=	libcapsicum.c
 SRCS+=	libcapsicum_dns.c

Modified: head/lib/libcasper/Makefile
==============================================================================
--- head/lib/libcasper/Makefile	Mon Dec  2 17:01:01 2013	(r258849)
+++ head/lib/libcasper/Makefile	Mon Dec  2 17:07:22 2013	(r258850)
@@ -3,6 +3,7 @@
 LIB=	casper
 
 SHLIB_MAJOR=	0
+SHLIBDIR?=	/lib
 
 SRCS=	libcasper.c
 INCS=	libcasper.h


More information about the svn-src-head mailing list