From owner-freebsd-current@FreeBSD.ORG Sat Jun 2 13:10:46 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3F8016A475 for ; Sat, 2 Jun 2007 13:10:45 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED6513C4C2 for ; Sat, 2 Jun 2007 13:10:44 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so683906wxd for ; Sat, 02 Jun 2007 06:10:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=snVpHDpGqpno0Xpu82RMdKgOumOyRrVMpDg+Dh3l+m+N8rXg1aJJr240pNC0374IDjjJLSANL/2z8LkRnJAdtzkz5FOVQpLpTTjAM2oPZBhmHfzub4INF9wIScsG5maTI9wLvGWJ75BUtGhdEt4lsNbVap2SIBI8n/P6IiLZJHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=jIILYuVSJ2FDe9jloDo9WxXkiSa/uafPPrUW21KtFOersnVqY+m7SwzTnjZ9UjOjgLp2O6RDX1Pkr0/YiixhKHXfC8a//DDPIrYfx0fb2TnN/OS2ijCNOieW0qhP3nXF0tHbVWSxEaOFFU2DpRa3xOPQV4VhJF5C/h5q3BQLaM8= Received: by 10.70.87.11 with SMTP id k11mr4361459wxb.1180789844209; Sat, 02 Jun 2007 06:10:44 -0700 (PDT) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id h10sm473720wxd.2007.06.02.06.10.43; Sat, 02 Jun 2007 06:10:43 -0700 (PDT) Date: Sat, 2 Jun 2007 09:10:25 -0400 From: Alexander Kabaev To: Vladimir Kushnir Message-ID: <20070602091025.77c63415@kan.dnsalias.net> In-Reply-To: <20070602121928.G90169@kushnir1.kiev.ua> References: <20070602121928.G90169@kushnir1.kiev.ua> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_0J4++tjjKTHMxc2QN_iH8_C; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-current@freebsd.org Subject: Re: "-pthread" == "-lpthread" for shared libs in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 13:10:46 -0000 --Sig_0J4++tjjKTHMxc2QN_iH8_C Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 2 Jun 2007 12:50:58 +0300 (EEST) Vladimir Kushnir wrote: > *lib: > %{!shared: > %{!pg: %{pthread:-lpthread} -lc} > %{pg: %{pthread:-lpthread_p} -lc_p} > } > %{shared: %{pthread:-lpthread} -lc} > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Is this behaviour intended? >=20 Not only intended, it is absolutely necessary for symbol versions in libc and libthread(libkse,libthr) to have any sense. =20 --=20 Alexander Kabaev --Sig_0J4++tjjKTHMxc2QN_iH8_C Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGYWxBQ6z1jMm+XZYRAqIHAJ9+HyMDuV6bBDKTMBJ/A/MaeveVZwCeJZH9 /jEaFifzj17jlYzUiG6lJvI= =c2wC -----END PGP SIGNATURE----- --Sig_0J4++tjjKTHMxc2QN_iH8_C--