PERFORCE change 104166 for review

John Birrell jb at FreeBSD.org
Wed Aug 16 00:52:29 UTC 2006


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

Change 104166 by jb at jb_freebsd2 on 2006/08/16 00:52:01

	Use the new FreeBSD libelf to do the heavy lifting.

Affected files ...

.. //depot/projects/dtrace/src/usr.bin/elfdump/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/usr.bin/elfdump/Makefile#3 (text+ko) ====

@@ -1,6 +1,8 @@
 # $FreeBSD: src/usr.bin/elfdump/Makefile,v 1.4 2003/02/03 01:59:27 obrien Exp $
 
 PROG=	elfdump
-WARNS?=	5
+WARNS?=	9
+
+LDADD+=	-lelf
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list