Author: rwatson
Date: Mon Nov 28 22:30:19 2011
New Revision: 228107
URL: http://svn.freebsd.org/changeset/base/228107

Log:
  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 <samm at os2.kiev.ua>
    Comments by:    Scott Lystig Fritchie <slfritchie at snookles.com>
  
  Approved by:  re (bz)

Modified:
  releng/9.0/cddl/lib/drti/Makefile
Directory Properties:
  releng/9.0/cddl/lib/drti/   (props changed)

Modified: releng/9.0/cddl/lib/drti/Makefile
==============================================================================
--- releng/9.0/cddl/lib/drti/Makefile   Mon Nov 28 22:24:22 2011        
(r228106)
+++ releng/9.0/cddl/lib/drti/Makefile   Mon Nov 28 22:30:19 2011        
(r228107)
@@ -18,4 +18,4 @@ CFLAGS+=      -I${.CURDIR}/../../../sys/cddl/
                -I${OPENSOLARIS_SYS_DISTDIR}/uts/common \
                -DPIC ${PICFLAG}
 
-.include <bsd.prog.mk>
+.include <bsd.lib.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to