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

Collapse All | Expand All

(-)bin/ebuild.sh (+12 lines)
Lines 483-488 Link Here
483
			LOCAL_EXTRA_ECONF="--libdir=${CONF_LIBDIR_RESULT} ${LOCAL_EXTRA_ECONF}"
483
			LOCAL_EXTRA_ECONF="--libdir=${CONF_LIBDIR_RESULT} ${LOCAL_EXTRA_ECONF}"
484
		fi
484
		fi
485
485
486
		local arg param
487
		if [[ $DEFAULT_CONFIG_ENABLE ]]; then
488
			for arg in "${DEFAULT_CONFIG_ENABLE[@]}"; do
489
				LOCAL_EXTRA_ECONF+=" $(use_enable $arg)"
490
			done
491
		fi
492
		if [[ $DEFAULT_CONFIG_WITH ]]; then
493
			for arg in "${DEFAULT_CONFIG_WITH[@]}"; do
494
				LOCAL_EXTRA_ECONF+=" $(use_with $arg)"
495
			done
496
		fi
497
486
		local TMP_CONFCACHE_DIR CONFCACHE_ARG
498
		local TMP_CONFCACHE_DIR CONFCACHE_ARG
487
		if hasq confcache $FEATURES && ! hasq confcache $RESTRICT; then
499
		if hasq confcache $FEATURES && ! hasq confcache $RESTRICT; then
488
			CONFCACHE="$(type -P confcache)"
500
			CONFCACHE="$(type -P confcache)"

Return to bug 230725