Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2006 00:41:22 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103149 for review
Message-ID:  <200608040041.k740fMU1001010@repoman.freebsd.org>

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

Change 103149 by jb@jb_freebsd2 on 2006/08/04 00:41:13

	Add the library to the other libraries rather than clobbering them.
	
	Adding LIBPTHREAD as a library dependency is a bit silly because it's
	an absolute path and the thread library isn't necessarily libpthread.

Affected files ...

.. //depot/projects/dtrace/src/usr.sbin/pppctl/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/usr.sbin/pppctl/Makefile#4 (text+ko) ====

@@ -9,8 +9,7 @@
 LDADD=	-ledit -ltermcap
 
 .if ${MK_LIBC_THREADS} == "no"
-DPADD=	${LIBPTHREAD}
-LDADD=	-lpthread
+LDADD+=	-lpthread
 .endif
 
 .include <bsd.prog.mk>



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