svn commit: r331743 - head/lib/libdl

Kyle Evans kevans at FreeBSD.org
Thu Mar 29 19:43:30 UTC 2018


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
 


More information about the svn-src-all mailing list