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

(-)/var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild (-2 / +6 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
15
IUSE="build kernel_linux"
15
IUSE="build kernel_linux uclibc"
16
16
17
PDEPEND="sys-apps/openrc"
17
PDEPEND="sys-apps/openrc"
18
18
Lines 168-174 Link Here
168
	# path and the symlinked path doesn't change the resulting cache.
168
	# path and the symlinked path doesn't change the resulting cache.
169
	local libdir ldpaths
169
	local libdir ldpaths
170
	for libdir in $(get_all_libdirs) ; do
170
	for libdir in $(get_all_libdirs) ; do
171
		ldpaths+=":/${libdir}:/usr/${libdir}:/usr/local/${libdir}"
171
		if use uclibc; then
172
			ldpaths+=":/usr/local/${libdir}"
173
		else
174
			ldpaths+=":/${libdir}:/usr/${libdir}:/usr/local/${libdir}"
175
		fi
172
	done
176
	done
173
	echo "LDPATH='${ldpaths#:}'" >> "${D}"/etc/env.d/00basic
177
	echo "LDPATH='${ldpaths#:}'" >> "${D}"/etc/env.d/00basic
174
178

Return to bug 457592