svn commit: r332027 - stable/11/lib/libdl
Kyle Evans
kevans at FreeBSD.org
Wed Apr 4 13:54:52 UTC 2018
Author: kevans
Date: Wed Apr 4 13:54:51 2018
New Revision: 332027
URL: https://svnweb.freebsd.org/changeset/base/332027
Log:
MFC r331743: 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.
Modified:
stable/11/lib/libdl/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libdl/Makefile
==============================================================================
--- stable/11/lib/libdl/Makefile Wed Apr 4 13:37:59 2018 (r332026)
+++ stable/11/lib/libdl/Makefile Wed Apr 4 13:54:51 2018 (r332027)
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE=clibs
LIB=dl
SHLIB_MAJOR=1
More information about the svn-src-stable
mailing list