Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 02:59:27 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95468 for review
Message-ID:  <200604180259.k3I2xRdV071013@repoman.freebsd.org>

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

Change 95468 by jb@jb_freebsd2 on 2006/04/18 02:58:29

	Change the link library order.

Affected files ...

.. //depot/projects/dtrace/src/cddl/usr.bin/ctfmerge/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/usr.bin/ctfmerge/Makefile#2 (text+ko) ====

@@ -37,7 +37,7 @@
 
 LDFLAGS+=	-pthread
 
-LDADD+=		-lctf -lelf -ldwarf -lz
+LDADD+=		-lctf -ldwarf -lelf -lz
 
 .PATH:		${.CURDIR}/../ctfconvert
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common



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