Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 22:13:53 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95185 for review
Message-ID:  <200604132213.k3DMDrrn066915@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95185

Change 95185 by jb@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>



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