From owner-freebsd-arch@FreeBSD.ORG Fri Feb 17 16:09:14 2012 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61E1F106566C; Fri, 17 Feb 2012 16:09:14 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8D98FC17; Fri, 17 Feb 2012 16:09:13 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (beta-e.starpoint.kiev.ua [212.40.38.102]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA09297; Fri, 17 Feb 2012 18:07:55 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <4F3E7B5A.20103@FreeBSD.org> Date: Fri, 17 Feb 2012 18:07:54 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120206 Thunderbird/10.0 MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <4F3C28DD.1020003@FreeBSD.org> <4F3C2D2D.5000402@FreeBSD.org> <4F3E78BA.4060203@FreeBSD.org> <864nupcuvl.fsf@ds4.des.no> In-Reply-To: <864nupcuvl.fsf@ds4.des.no> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Gabor Kovesdan , freebsd-arch@FreeBSD.org Subject: Re: bsd/citrus iconv X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 16:09:14 -0000 on 17/02/2012 18:00 Dag-Erling Smørgrav said the following: > Andriy Gapon writes: >> Gabor Kovesdan writes: >>> Also, it is not really possible to avoid exposing it. >> ... I am not sure why. If we don't install any of its headers and install its >> library as e.g. libbsdiconv.so, then it's perfectly usable by the >> libraries/executables in the base system that were specifically compiled to use >> this library and it's quite well hidden from the rest. > > It's not a separate library - if you enable it, it's compiled into libc. But nothing precludes it from being a separate library in principle? There is even src/lib/libiconv, it's just not connected to the build. -- Andriy Gapon