Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 21:31:52 +0100
From:      Arjan van Leeuwen <avleeuwen@piwebs.com>
To:        freebsd-current@freebsd.org, deischen@freebsd.org
Cc:        current@freebsd.org
Subject:   Re: HEADS UP: libkse -> libpthread switch
Message-ID:  <200401302131.53062.avleeuwen@piwebs.com>
In-Reply-To: <Pine.GSO.4.10.10401300722060.7499-100000@pcnet5.pcnet.com>
References:  <Pine.GSO.4.10.10401300722060.7499-100000@pcnet5.pcnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 30 January 2004 13:34, Daniel Eischen wrote:
> I added a note to updating:
>
(...)
>
> For the ports team, it is recommended that you don't install a
> libmap.conf so you can catch build problems.  You can use
> ldd to check libraries and binaries for use of multiple
> thread libraries.  Other than respecting PTHREAD_LIBS,
> I recommend that autoconf/libtool-type scripts first
> check for the existence of libpthread, then libc_r if
> libpthread isn't found.

How do I override PTHREAD_LIBS? If I place PTHREAD_LIBS=-lpthread 
in /etc/make.conf, it still points to -lc_r:

vincent% cd /usr/ports/www/mozilla
vincent% make -V PTHREAD_LIBS
-lc_r
vincent%

Doesn't this need a change in /usr/ports/Mk/bsd.port.mk?

Best regards,

Arjan



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