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

(-)/var/cache/portage/gentoo/sys-fs/aufs3/aufs3-3_p20120813.ebuild.orig (-3 / +3 lines)
Lines 126-135 Link Here
126
src_compile() {
126
src_compile() {
127
	local ARCH=x86
127
	local ARCH=x86
128
128
129
	emake CC=$(tc-getCC) CONFIG_AUFS_FS=m KDIR=${KV_DIR}
129
	emake CC=$(tc-getCC) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
130
130
131
	cd "${WORKDIR}"/${PN/3}-util
131
	cd "${WORKDIR}"/${PN/3}-util
132
	emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_DIR} C_INCLUDE_PATH="${S}"/include
132
	emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
133
}
133
}
134
134
135
src_install() {
135
src_install() {
Lines 142-148 Link Here
142
	dodoc Documentation/filesystems/aufs/README
142
	dodoc Documentation/filesystems/aufs/README
143
143
144
	cd "${WORKDIR}"/${PN/3}-util
144
	cd "${WORKDIR}"/${PN/3}-util
145
	emake DESTDIR="${D}" KDIR=${KV_DIR} install
145
	emake DESTDIR="${D}" KDIR=${KV_OUT_DIR} install
146
146
147
	newdoc README README-utils
147
	newdoc README README-utils
148
}
148
}

Return to bug 432346