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

Collapse All | Expand All

(-)a/bin/phase-helpers.sh (-2 / +1 lines)
Lines 628-634 econf() { Link Here
628
628
629
			if ___eapi_econf_passes_--with-sysroot; then
629
			if ___eapi_econf_passes_--with-sysroot; then
630
				if [[ ${conf_help} == *--with-sysroot* ]]; then
630
				if [[ ${conf_help} == *--with-sysroot* ]]; then
631
					conf_args+=( --with-sysroot="${ESYSROOT:-/}" )
631
					conf_args+=( --with-sysroot="${SYSROOT%/}" )
632
				fi
632
				fi
633
			fi
633
			fi
634
		fi
634
		fi
635
- 

Return to bug 697482