Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 03:22:31 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101502 for review
Message-ID:  <200607140322.k6E3MVSD016621@repoman.freebsd.org>

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

Change 101502 by jb@jb_freebsd2 on 2006/07/14 03:22:27

	Default threads in libc to off. POLA.

Affected files ...

.. //depot/projects/dtrace/src/share/mk/bsd.own.mk#6 edit

Differences ...

==== //depot/projects/dtrace/src/share/mk/bsd.own.mk#6 (text+ko) ====

@@ -321,7 +321,6 @@
     KERBEROS \
     LIB32 \
     LIBC_R \
-    LIBC_THREADS \
     LIBPTHREAD \
     LIBTHR \
     LOCALES \
@@ -370,7 +369,8 @@
 .for var in \
     BIND_LIBS \
     HESIOD \
-    IDEA
+    IDEA \
+    LIBC_THREADS
 .if defined(WITH_${var}) && defined(WITHOUT_${var})
 .error WITH_${var} and WITHOUT_${var} can't both be set.
 .endif



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