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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
