Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26633
Collapse All | Expand All

(-)/tmp/glibc-2.3.2-r1.ebuild.orig (-1 / +5 lines)
Lines 392-398 Link Here
392
	rm -rf ${S}/buildhere
392
	rm -rf ${S}/buildhere
393
	mkdir -p ${S}/buildhere
393
	mkdir -p ${S}/buildhere
394
	cd ${S}/buildhere
394
	cd ${S}/buildhere
395
	../configure --build=${CHOST} \
395
	if [ ! -z "${CBUILD}" ]; then
396
		EXTRA_ECONF="--build=${CBUILD} ${EXTRA_ECONF}"
397
	fi
398
	../configure \
396
		--host=${CHOST} \
399
		--host=${CHOST} \
397
		--with-gd=no \
400
		--with-gd=no \
398
		--without-cvs \
401
		--without-cvs \
Lines 401-406 Link Here
401
		--mandir=/usr/share/man \
404
		--mandir=/usr/share/man \
402
		--infodir=/usr/share/info \
405
		--infodir=/usr/share/info \
403
		--libexecdir=/usr/lib/misc \
406
		--libexecdir=/usr/lib/misc \
407
		${EXTRA_ECONF} \
404
		${myconf} || die
408
		${myconf} || die
405
409
406
	einfo "Building GLIBC..."
410
	einfo "Building GLIBC..."

Return to bug 26633