Date: Tue, 13 Aug 2013 09:35:56 +0200 From: Gabor Kovesdan <gabor@FreeBSD.org> To: Peter Wemm <peter@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk Message-ID: <5209E1DC.1040309@FreeBSD.org> In-Reply-To: <201308130715.r7D7F1nu076335@svn.freebsd.org> References: <201308130715.r7D7F1nu076335@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Em 13-08-2013 09:15, Peter Wemm escreveu: > Author: peter > Date: Tue Aug 13 07:15:01 2013 > New Revision: 254273 > URL:http://svnweb.freebsd.org/changeset/base/254273 > > Log: > The iconv in libc did two things - implement the standard APIs, the GNU > extensions and also tried to be link time compatible with ports libiconv. > This splits that functionality and enables the parts that shouldn't > interfere with the port by default. > > WITH_ICONV (now on by default) - adds iconv.h, iconv_open(3) etc. > WITH_LIBICONV_COMPAT (off by default) adds the libiconv_open etc API, linker > symbols and even a stub libiconv.so.3 that are good enough to be able > to 'pkg delete -f libiconv' on a running system and reasonably expect it > to work. Thank you! Gabor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5209E1DC.1040309>