Date: Mon, 2 Dec 2013 17:07:22 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258850 - in head/lib: libcapsicum libcasper Message-ID: <201312021707.rB2H7MBZ090689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312021707.rB2H7MBZ090689>