PERFORCE change 103149 for review

John Birrell jb at FreeBSD.org
Fri Aug 4 00:41:23 UTC 2006


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

Change 103149 by jb at 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>


More information about the p4-projects mailing list