PERFORCE change 101521 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 05:42:41 UTC 2006


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

Change 101521 by jb at jb_freebsd2 on 2006/07/14 05:42:03

	Fix the MK_ name used to toggle building thread support into libc.

Affected files ...

.. //depot/projects/dtrace/src/lib/libc/Makefile#6 edit

Differences ...

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

@@ -74,7 +74,7 @@
 CFLAGS+= -DNS_CACHING
 .endif
 
-.if ${MK_THREADS_IN_LIBC} != "no"
+.if ${MK_LIBC_THREADS} != "no"
 .include "${.CURDIR}/thread/Makefile.inc"
 .endif
 


More information about the p4-projects mailing list