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

(-)a/sys-libs/glibc/glibc-2.30-r3.ebuild (-2 / +2 lines)
Lines 929-935 glibc_do_configure() { Link Here
929
		--host=${CTARGET_OPT:-${CTARGET}}
929
		--host=${CTARGET_OPT:-${CTARGET}}
930
		$(use_enable profile)
930
		$(use_enable profile)
931
		$(use_with gd)
931
		$(use_with gd)
932
		--with-headers=$(alt_build_headers)
932
		--with-headers=$(build_eprefix)$(alt_build_headers)
933
		--prefix="$(host_eprefix)/usr"
933
		--prefix="$(host_eprefix)/usr"
934
		--sysconfdir="$(host_eprefix)/etc"
934
		--sysconfdir="$(host_eprefix)/etc"
935
		--localstatedir="$(host_eprefix)/var"
935
		--localstatedir="$(host_eprefix)/var"
Lines 1084-1090 glibc_headers_configure() { Link Here
1084
		--enable-bind-now
1084
		--enable-bind-now
1085
		--build=${CBUILD_OPT:-${CBUILD}}
1085
		--build=${CBUILD_OPT:-${CBUILD}}
1086
		--host=${CTARGET_OPT:-${CTARGET}}
1086
		--host=${CTARGET_OPT:-${CTARGET}}
1087
		--with-headers=$(alt_build_headers)
1087
		--with-headers=$(build_eprefix)$(alt_build_headers)
1088
		--prefix="$(host_eprefix)/usr"
1088
		--prefix="$(host_eprefix)/usr"
1089
		${EXTRA_ECONF}
1089
		${EXTRA_ECONF}
1090
	)
1090
	)
(-)a/sys-libs/glibc/glibc-9999.ebuild (-2 / +2 lines)
Lines 929-935 glibc_do_configure() { Link Here
929
		--host=${CTARGET_OPT:-${CTARGET}}
929
		--host=${CTARGET_OPT:-${CTARGET}}
930
		$(use_enable profile)
930
		$(use_enable profile)
931
		$(use_with gd)
931
		$(use_with gd)
932
		--with-headers=$(alt_build_headers)
932
		--with-headers=$(build_eprefix)$(alt_build_headers)
933
		--prefix="$(host_eprefix)/usr"
933
		--prefix="$(host_eprefix)/usr"
934
		--sysconfdir="$(host_eprefix)/etc"
934
		--sysconfdir="$(host_eprefix)/etc"
935
		--localstatedir="$(host_eprefix)/var"
935
		--localstatedir="$(host_eprefix)/var"
Lines 1084-1090 glibc_headers_configure() { Link Here
1084
		--enable-bind-now
1084
		--enable-bind-now
1085
		--build=${CBUILD_OPT:-${CBUILD}}
1085
		--build=${CBUILD_OPT:-${CBUILD}}
1086
		--host=${CTARGET_OPT:-${CTARGET}}
1086
		--host=${CTARGET_OPT:-${CTARGET}}
1087
		--with-headers=$(alt_build_headers)
1087
		--with-headers=$(build_eprefix)$(alt_build_headers)
1088
		--prefix="$(host_eprefix)/usr"
1088
		--prefix="$(host_eprefix)/usr"
1089
		${EXTRA_ECONF}
1089
		${EXTRA_ECONF}
1090
	)
1090
	)

Return to bug 642604