From 51cb39ff72762af29a4fc6381ae240ee8f7fa4c0 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 28 Nov 2011 22:30:19 +0000 Subject: [PATCH] Merge r228057 from head to releng/9.0: Change the Makefile in cddl/lib/drti to use bsd.lib.mk instead of bsd.prog.mk -- we need to compile PIC, which requires a library build. With this change, USDT (userspace DTrace probes) work from within shared libraries. PR: kern/159046 Submitted by: Alex Samorukov Comments by: Scott Lystig Fritchie Approved by: re (bz) git-svn-id: svn://svn.freebsd.org/base/releng/9.0@228107 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- cddl/lib/drti/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cddl/lib/drti/Makefile b/cddl/lib/drti/Makefile index ccc9aa92..6e3d3a61 100644 --- a/cddl/lib/drti/Makefile +++ b/cddl/lib/drti/Makefile @@ -18,4 +18,4 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \ -I${OPENSOLARIS_SYS_DISTDIR}/uts/common \ -DPIC ${PICFLAG} -.include +.include -- 2.42.0