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

Collapse All | Expand All

(-)drbd-8.0.3.ebuild (-3 / +6 lines)
Lines 18-24 Link Here
18
DEPEND="virtual/linux-sources"
18
DEPEND="virtual/linux-sources"
19
RDEPEND=""
19
RDEPEND=""
20
SLOT="0"
20
SLOT="0"
21
CONFIG_CHECK="CONNECTOR"
22
21
23
S="${WORKDIR}/${PN}-${MY_PV}"
22
S="${WORKDIR}/${PN}-${MY_PV}"
24
23
Lines 35-42 Link Here
35
34
36
src_compile() {
35
src_compile() {
37
	set_arch_to_kernel
36
	set_arch_to_kernel
38
	
37
39
	linux_chkconfig_present
38
	einfo ""
39
	einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured and"
40
	einfo "CONFIG_CONNECTOR must be enabled"
41
	einfo "If otherwise -> build will fail."
42
	einfo ""
40
43
41
	if kernel_is 2 6; then
44
	if kernel_is 2 6; then
42
		emake -j1 KDIR=${KERNEL_DIR} || die "compile problem"
45
		emake -j1 KDIR=${KERNEL_DIR} || die "compile problem"

Return to bug 180927