Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2010 16:12:47 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210690 - head/lib
Message-ID:  <201007311612.o6VGCl5s028437@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat Jul 31 16:12:47 2010
New Revision: 210690
URL: http://svn.freebsd.org/changeset/base/210690

Log:
  Build librtld_db.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Sat Jul 31 16:11:11 2010	(r210689)
+++ head/lib/Makefile	Sat Jul 31 16:12:47 2010	(r210690)
@@ -90,6 +90,7 @@ SUBDIR=	${SUBDIR_ORDERED} \
 	${_libpmc} \
 	${_libproc} \
 	librt \
+	${_librtld_db} \
 	${_libsdp} \
 	${_libsm} \
 	${_libsmb} \
@@ -174,6 +175,7 @@ _libncp=	libncp
 _libsmb=	libsmb
 _libvgl=	libvgl
 _libproc=	libproc
+_librtld_db=	librtld_db
 .endif
 
 .if ${MACHINE_ARCH} == "ia64"



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