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 (-3 / +2 lines)
Lines 626-634 econf() { Link Here
626
				fi
626
				fi
627
			fi
627
			fi
628
628
629
			if ___eapi_econf_passes_--with-sysroot; then
629
			if ___eapi_econf_passes_--with-sysroot && [[ ${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