Date: Thu, 29 Mar 2018 19:43:30 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331743 - head/lib/libdl Message-ID: <201803291943.w2TJhUYp087209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Thu Mar 29 19:43:29 2018 New Revision: 331743 URL: https://svnweb.freebsd.org/changeset/base/331743 Log: Add libdl to clibs package libdl is a filter on libc, and pretty lightweight. Add it to the 'clibs' package with libc, effectively tying them together in a pkgbase world. Reviewed by: gjb MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D13997 Modified: head/lib/libdl/Makefile Modified: head/lib/libdl/Makefile ============================================================================== --- head/lib/libdl/Makefile Thu Mar 29 19:32:25 2018 (r331742) +++ head/lib/libdl/Makefile Thu Mar 29 19:43:29 2018 (r331743) @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=clibs LIB=dl SHLIB_MAJOR=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291943.w2TJhUYp087209>