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

Collapse All | Expand All

(-)/var/cache/portage/gentoo/sys-fs/aufs3/aufs3-3_p20120813.ebuild.orig (-3 / +1 lines)
Lines 124-132 Link Here
124
}
124
}
125
125
126
src_compile() {
126
src_compile() {
127
	local ARCH=x86
127
	emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
128
129
	emake CC=$(tc-getCC) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
130
128
131
	cd "${WORKDIR}"/${PN/3}-util
129
	cd "${WORKDIR}"/${PN/3}-util
132
	emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
130
	emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include

Return to bug 432392