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

Collapse All | Expand All

(-)/usr/portage/dev-libs/uclibc/uclibc-0.9.26-r7.ebuild (-1 / +4 lines)
Lines 22-28 Link Here
22
LICENSE="LGPL-2"
22
LICENSE="LGPL-2"
23
SLOT="0"
23
SLOT="0"
24
KEYWORDS="x86 ppc ~sparc mips arm"
24
KEYWORDS="x86 ppc ~sparc mips arm"
25
IUSE="build hardened ipv6 static debug" # nls is not supported yet
25
IUSE="build hardened ipv6 static debug nofpu" # nls is not supported yet
26
RESTRICT="nostrip"
26
RESTRICT="nostrip"
27
27
28
DEPEND="sys-devel/gcc"
28
DEPEND="sys-devel/gcc"
Lines 95-100 Link Here
95
	epatch ${FILESDIR}/${PV}/uClibc-20040921-ldso-unsecvars.patch
95
	epatch ${FILESDIR}/${PV}/uClibc-20040921-ldso-unsecvars.patch
96
	cp ${FILESDIR}/${PV}/unsecvars.h ${S}/ldso/include/ || die
96
	cp ${FILESDIR}/${PV}/unsecvars.h ${S}/ldso/include/ || die
97
97
98
	use arm && use nofpu && epatch ${FILESDIR}/uclibc-softvfp-gentoo.patch
99
98
	# fixup for install perms
100
	# fixup for install perms
99
	sed -i -e "s:-fa:-dRf:g" Makefile
101
	sed -i -e "s:-fa:-dRf:g" Makefile
100
102
Lines 129-134 Link Here
129
	done
131
	done
130
	echo "UCLIBC_HAS_FULL_RPC=y" >> .config
132
	echo "UCLIBC_HAS_FULL_RPC=y" >> .config
131
	echo "PTHREADS_DEBUG_SUPPORT=y" >> .config
133
	echo "PTHREADS_DEBUG_SUPPORT=y" >> .config
134
	use arm && use nofpu && sed -i -e "s:HAS_FPU=y:# HAS_FPU is not set:" .config
132
135
133
	#if use nls
136
	#if use nls
134
	#then
137
	#then

Return to bug 75585