| Bug#: 155845 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Other | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: robbat2@gentoo.org | Reported By: gentoo.bugs@pointb.co.uk | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: sys-block/iscsitarget:-0.4.14 version bump | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-11-21 02:59 0000 | |||
| Description: | Opened: 2006-11-21 02:59 0000 |
Hi,
I've noticed that one of the variables has changed in the
sys-block/iscsitarget-0.4.14 source tar ball Makefile :-(
This requires us to change the following in the ebuild:
emake KERNELSRC="${KERNEL_DIR}" mods || die "failed to build module"
To:
emake KSRC="${KERNEL_DIR}" mods || die "failed to build module"
I'll attached a diff patch in a mo.
Created an attachment (id=102458) [details]
iscsi ebuild patch