Date: Sun, 30 Nov 2014 11:19:09 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Garrett Cooper <yaneurabeya@gmail.com> Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org, Garrett Cooper <ngie@FreeBSD.org> Subject: Re: svn commit: r275287 - in projects/building-blocks: share/mk tools/build/options Message-ID: <20141130101909.GJ88765@ivaldir.etoilebsd.net> In-Reply-To: <440D86F6-7005-43A2-96CE-6E7159ED653A@gmail.com> References: <201411300045.sAU0jXw6015374@svn.freebsd.org> <20141130094530.GI88765@ivaldir.etoilebsd.net> <440D86F6-7005-43A2-96CE-6E7159ED653A@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--9Q2l3mYpK16UQ/iv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 30, 2014 at 01:54:24AM -0800, Garrett Cooper wrote: > On Nov 30, 2014, at 1:45, Baptiste Daroussin <bapt@FreeBSD.org> wrote: >=20 > > On Sun, Nov 30, 2014 at 12:45:33AM +0000, Garrett Cooper wrote: > >> Author: ngie > >> Date: Sun Nov 30 00:45:33 2014 > >> New Revision: 275287 > >> URL: https://svnweb.freebsd.org/changeset/base/275287 > >>=20 > >> Log: > >> Add MK_FILE and MK_SQLITE3 > >>=20 > >> - MK_FILE will conditionalize building lib/libmagic and usr.bin/file > >> - MK_SQLITE3 will conditionalize building lib/libsqlite3, and will di= sable > >> MK_SVN/MK_SVNLITE by proxy > >=20 > > Please avoid the MK_SQLITE3 except if you do plan to be able to ship fr= eebsd > > without a manpage reader, newer mandoc which I'm planning to import soo= n is > > using sqlite3 and this is why I extracted it from svn(lite) >=20 > There=E2=80=99s MK_MAN/MK_MAN_UTILS =E2=80=94 I=E2=80=99m ok with making = MK_SQLITE3 set either one of these variables so man(1) isn=E2=80=99t instal= led on the image. Sure, I may update mandoc in the next couple of days so you will be able to= do that. >=20 > The reason why I was looking at removing it is that it adds ~1MB to insta= ll images: >=20 > $ ls -hl /scratch/1/usr/lib/private/libsqlite3.so.0 = = =20 > -r--r--r-- 1 ngie wheel 1.0M Nov 30 00:16 /scratch/1/usr/lib/private/= libsqlite3.so.0 > $ du -sh /scratch/[12]/lib/libc.so.7 > 1.6M /scratch/1/lib/libc.so.7 Sure btw sqlite3 is also hidden in kerberos I was willing to make kerberos = use the private sqlite3 but somehow I have never managed to convince Makefile.i= nc1 that it can use a private library don't know why. Regards, Bapt --9Q2l3mYpK16UQ/iv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlR67xoACgkQ8kTtMUmk6EyQCwCeLwXP77prvBy+rV/ztOlIqTW7 W1QAmwREOxSBDzTpbEGVANNwinVslHrk =g655 -----END PGP SIGNATURE----- --9Q2l3mYpK16UQ/iv--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141130101909.GJ88765>