Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 457592 | Differences between
and this patch

Collapse All | Expand All

(-)a/utils/ldconfig.c (-1 / +1 lines)
Lines 965-971 int main(int argc, char **argv) Link Here
965
					/* we do the redundancy check only if cache usage is enabled */
965
					/* we do the redundancy check only if cache usage is enabled */
966
					if (strcmp(UCLIBC_RUNTIME_PREFIX "lib", cp) == 0
966
					if (strcmp(UCLIBC_RUNTIME_PREFIX "lib", cp) == 0
967
					    || strcmp(UCLIBC_RUNTIME_PREFIX "usr/lib", cp) == 0) {
967
					    || strcmp(UCLIBC_RUNTIME_PREFIX "usr/lib", cp) == 0) {
968
						if (verbose >= 0)
968
						if (verbose > 0)
969
							warnx("You should remove `%s' from `%s'", cp, LDSO_CONF);
969
							warnx("You should remove `%s' from `%s'", cp, LDSO_CONF);
970
						continue;
970
						continue;
971
					}
971
					}

Return to bug 457592