Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 05:42:40 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101521 for review
Message-ID:  <200607140542.k6E5geJ5036175@repoman.freebsd.org>

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

Change 101521 by jb@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
 



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