summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-07-12 10:41:32 +0200
committerZac Medico <zmedico@gentoo.org>2010-07-12 02:34:06 -0700
commit76118ef9b746ca3ba644504b6ddb13906bc2e2f0 (patch)
tree4f1000c2d2570f12dc86684671c13093f14433ce /man/make.conf.5
parentFix 'repoman --ask' to not require an argument. (diff)
downloadportage-multirepo-76118ef9b746ca3ba644504b6ddb13906bc2e2f0.tar.gz
portage-multirepo-76118ef9b746ca3ba644504b6ddb13906bc2e2f0.tar.bz2
portage-multirepo-76118ef9b746ca3ba644504b6ddb13906bc2e2f0.zip
Let emerge fix .la files
Triggered by FEATURES="lafilefixing" (enabled by default) Includes a QA warning for invalid .la files.
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 71840f95..4a5db0da 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -272,6 +272,10 @@ prior to each build. Due to lack of proper cleanup, this feature can
interfere with normal emerge operation and therefore it should not be left
enabled for more than a short period of time.
.TP
+.B lafilefixing
+Prevents modifiying .la files to not include other .la files and some other
+fixes (order of flags, duplicated entries, ...)
+.TP
.B lmirror
When \fImirror\fR is enabled in \fBFEATURES\fR, fetch files even
when \fImirror\fR is also in the \fBebuild\fR(5) \fBRESTRICT\fR variable.