PERFORCE change 100588 for review

John Birrell jb at FreeBSD.org
Wed Jul 5 01:44:06 UTC 2006


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

Change 100588 by jb at jb_freebsd2 on 2006/07/05 01:43:31

	Make libpthread opt-in rather than opt-out from now on.

Affected files ...

.. //depot/projects/dtrace/src/lib/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/lib/Makefile#3 (text+ko) ====

@@ -103,7 +103,7 @@
 _libsmb=	libsmb
 .endif
 
-.if ${MK_LIBPTHREAD} != "no"
+.if ${MK_LIBPTHREAD} != "yes"
 _libpthread=	libpthread
 .endif
 


More information about the p4-projects mailing list