Bug #273020 - Document FEATURES=multilib-strict. Thanks to Samuli Suominen
authorZac Medico <zmedico@gentoo.org>
Sat, 13 Jun 2009 03:00:01 +0000 (03:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 13 Jun 2009 03:00:01 +0000 (03:00 -0000)
<ssuominen@gentoo.org> for the patch.

svn path=/main/trunk/; revision=13637

man/make.conf.5

index 92189fe7f59feb9cdc9ce6535bfa18c546282e71..4a8216667415d0fa86fb3d818181efe356c0965f 100644 (file)
@@ -243,6 +243,13 @@ validation mechanism to work correctly.
 Fetch everything in \fBSRC_URI\fR regardless of \fBUSE\fR settings,
 except do not fetch anything when \fImirror\fR is in \fBRESTRICT\fR.
 .TP
+.B multilib\-strict
+Many Makefiles assume that their libraries should go to /usr/lib, or
+$(prefix)/lib. This assumption can cause a serious mess if /usr/lib
+isn't a symlink to /usr/lib64. To find the bad packages, we have a
+portage feature called \fImultilib\-strict\fR. It will prevent emerge
+from putting 64bit libraries into anything other than (/usr)/lib64.
+.TP
 .B noauto
 When utilizing \fBebuild\fR(1), only run the function requested.
 .TP