Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 13:54:51 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332027 - stable/11/lib/libdl
Message-ID:  <201804041354.w34DspCc010900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804041354.w34DspCc010900>