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

Collapse All | Expand All

(-)glibc-2.3.6-r3.ebuild (-1 / +5 lines)
Lines 44-50 Link Here
44
#CSTUBS_URI="mirror://gentoo/${CSTUBS_TARBALL}"
44
#CSTUBS_URI="mirror://gentoo/${CSTUBS_TARBALL}"
45
45
46
# Fedora addons (from RHEL's glibc-2.3.4-2.src.rpm)
46
# Fedora addons (from RHEL's glibc-2.3.4-2.src.rpm)
47
FEDORA_VER="20041219T2331"
47
FEDORA_VER="20060302T0855"
48
FEDORA_TARBALL="glibc-fedora-${FEDORA_VER}.tar.bz2"
48
FEDORA_TARBALL="glibc-fedora-${FEDORA_VER}.tar.bz2"
49
FEDORA_URI="mirror://gentoo/${FEDORA_TARBALL}"
49
FEDORA_URI="mirror://gentoo/${FEDORA_TARBALL}"
50
50
Lines 349-354 Link Here
349
		make PARALLELMFLAGS="${MAKEOPTS} -j1" \
349
		make PARALLELMFLAGS="${MAKEOPTS} -j1" \
350
			install_root="${D}" \
350
			install_root="${D}" \
351
			install || die
351
			install || die
352
		cp "${WORKDIR}"/${P}/sysdeps/generic/bits/stdio-lock.h \
353
			"${D}"/usr/include/bits || die
354
		cp "${WORKDIR}"/${P}/fedora/libc-lock.h \
355
			"${D}"/usr/include/bits || die
352
	fi
356
	fi
353
357
354
	if is_crosscompile ; then
358
	if is_crosscompile ; then

Return to bug 124578