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

Collapse All | Expand All

(-)a/ld/Options.cpp (+2 lines)
Lines 2928-2933 void Options::buildSearchPaths(int argc, const char* argv[]) Link Here
2928
	int standardLibraryPathsStartIndex = libraryPaths.size();
2928
	int standardLibraryPathsStartIndex = libraryPaths.size();
2929
	int standardFrameworkPathsStartIndex = frameworkPaths.size();
2929
	int standardFrameworkPathsStartIndex = frameworkPaths.size();
2930
	if ( addStandardLibraryDirectories ) {
2930
	if ( addStandardLibraryDirectories ) {
2931
		libraryPaths.push_back("EPREFIX/usr/lib");
2932
		libraryPaths.push_back("EPREFIX/usr/local/lib");
2931
		libraryPaths.push_back("/usr/lib");
2933
		libraryPaths.push_back("/usr/lib");
2932
		libraryPaths.push_back("/usr/local/lib");
2934
		libraryPaths.push_back("/usr/local/lib");
2933
2935

Return to bug 474748