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

(-)libxml2-2.9.3.ebuild.old (-1 / +1 lines)
Lines 130-136 Link Here
130
130
131
	libxml2_py_configure() {
131
	libxml2_py_configure() {
132
		mkdir -p "${BUILD_DIR}" || die # ensure python build dirs exist
132
		mkdir -p "${BUILD_DIR}" || die # ensure python build dirs exist
133
		run_in_build_dir libxml2_configure "--with-python=${PYTHON}" # odd build system
133
		run_in_build_dir libxml2_configure "--with-python=${ROOT%/}${PYTHON}" # odd build system
134
	}
134
	}
135
135
136
	libxml2_configure --without-python # build python bindings separately
136
	libxml2_configure --without-python # build python bindings separately

Return to bug 582130