Date: Sun, 11 May 2008 23:23:30 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 141487 for review Message-ID: <200805112323.m4BNNUeC027814@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=141487 Change 141487 by jb@freebsd3 on 2008/05/11 23:23:29 Set the library dependencies. Affected files ... .. //depot/projects/dtrace/src/cddl/usr.sbin/dtrace/Makefile#11 edit Differences ... ==== //depot/projects/dtrace/src/cddl/usr.sbin/dtrace/Makefile#11 (text+ko) ==== @@ -20,8 +20,8 @@ .PATH: ${OPENSOLARIS_USR_DISTDIR}/cmd/dtrace +# Optional debugging stuff... #CFLAGS+= -DNEED_ERRLOC - #YFLAGS+= -d LDFLAGS+= -pthread \ @@ -32,6 +32,6 @@ LDADD+= -ldtrace -ly -ll -lproc -lctf -lelf -lz -#DPADD+= ${LIBDTRACE} ${LIBPTHREAD} ${LIBL} ${LIBY} ${LIBZ} +DPADD+= ${LIBDTRACE} ${LIBCTF} ${LIBELF} ${LIBPTHREAD} ${LIBL} ${LIBY} ${LIBZ} .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805112323.m4BNNUeC027814>