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

(-)/var/cache/portage/gentoo/sys-fs/aufs3/aufs3-3_p20120813.ebuild.orig (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit linux-mod multilib toolchain-funcs eutils
7
inherit linux-mod multilib toolchain-funcs flag-o-matic eutils
8
8
9
AUFS_VERSION="${PV%%_p*}"
9
AUFS_VERSION="${PV%%_p*}"
10
# highest branch version
10
# highest branch version
Lines 124-132 Link Here
124
}
124
}
125
125
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_OUT_DIR}
129
	emake CC=$(tc-getCC) LDFLAGS="$(raw-ldflags)" 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_OUT_DIR} C_INCLUDE_PATH="${S}"/include
132
	emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include

Return to bug 432398