PERFORCE change 95185 for review

John Birrell jb at FreeBSD.org
Thu Apr 13 22:13:55 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95185

Change 95185 by jb at jb_freebsd2 on 2006/04/13 22:12:56

	Add libdwarf, conditional on building CDDL code which it depends
	on.

Affected files ...

.. //depot/projects/dtrace/src/gnu/lib/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/gnu/lib/Makefile#2 (text+ko) ====

@@ -18,4 +18,11 @@
 SUBDIR+= libg2c
 .endif
 
+# libdwarf is LGPL'd, but requires Sun's libelf which is CDDL'd,
+# so we can only build libdwarf if we are building the CDDL code
+# too.
+.if !defined(NO_CDDL) && !defined(NO_DTRACE)
+SUBDIR+= libdwarf
+.endif
+
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list