PERFORCE change 101342 for review
John Birrell
jb at FreeBSD.org
Wed Jul 12 08:52:34 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=101342
Change 101342 by jb at jb_freebsd2 on 2006/07/12 08:51:33
jkoshy is working on a BSD version of libelf, so remove the comment
about libdwarf depending on Sun's libelf.
The libdwarf being build here is the SGI version because that is
more recent than the one that Sun is using and SGI has included
more vendor-specific extensions.
Affected files ...
.. //depot/projects/dtrace/src/gnu/lib/Makefile#4 edit
Differences ...
==== //depot/projects/dtrace/src/gnu/lib/Makefile#4 (text+ko) ====
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-SUBDIR= csu libgcc libgcov libdialog libregex libreadline
+SUBDIR= csu libgcc libgcov libdialog libdwarf libregex libreadline
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
@@ -18,11 +18,4 @@
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