* [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.872.ebuild ChangeLog
@ 2012-02-09 9:19 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2012-02-09 9:19 UTC (permalink / raw
To: gentoo-commits
robbat2 12/02/09 09:19:21
Modified: open-iscsi-2.0.872.ebuild ChangeLog
Log:
Bug #400619: respect user CC/AR values during build.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.5 sys-block/open-iscsi/open-iscsi-2.0.872.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?r1=1.4&r2=1.5
Index: open-iscsi-2.0.872.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- open-iscsi-2.0.872.ebuild 9 Feb 2012 08:29:45 -0000 1.4
+++ open-iscsi-2.0.872.ebuild 9 Feb 2012 09:19:21 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.4 2012/02/09 08:29:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.5 2012/02/09 09:19:21 robbat2 Exp $
EAPI=2
-inherit versionator linux-info eutils flag-o-matic
+inherit versionator linux-info eutils flag-o-matic toolchain-funcs
DESCRIPTION="Open-iSCSI is a high performance, transport independent, multi-platform implementation of RFC3720"
HOMEPAGE="http://www.open-iscsi.org/"
@@ -46,6 +46,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-dont-call-configure.patch
epatch "${FILESDIR}"/${P}-ldflags.patch
epatch "${FILESDIR}"/${P}-isns-slp.patch
+ epatch "${FILESDIR}"/${PN}-2.0.872-makefile-cleanup-pass2.patch
}
src_configure() {
@@ -60,7 +61,11 @@ src_compile() {
local SLP_LIBS
use slp && SLP_LIBS="-lslp"
cd "${S}" && \
- KSRC="${KV_DIR}" CFLAGS="" emake OPTFLAGS="${CFLAGS}" SLP_LIBS="${SLP_LIBS}" user \
+ KSRC="${KV_DIR}" CFLAGS="" \
+ emake \
+ OPTFLAGS="${CFLAGS}" SLP_LIBS="${SLP_LIBS}" \
+ AR="$(tc-getAR)" CC="$(tc-getCC)" \
+ user \
|| die "emake failed"
}
1.41 sys-block/open-iscsi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -p -w -b -B -u -u -r1.40 -r1.41
--- ChangeLog 9 Feb 2012 08:35:05 -0000 1.40
+++ ChangeLog 9 Feb 2012 09:19:21 -0000 1.41
@@ -1,6 +1,11 @@
# ChangeLog for sys-block/open-iscsi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.40 2012/02/09 08:35:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.41 2012/02/09 09:19:21 robbat2 Exp $
+
+ 09 Feb 2012; Robin H. Johnson <robbat2@gentoo.org>
+ +files/open-iscsi-2.0.872-makefile-cleanup-pass2.patch,
+ open-iscsi-2.0.872.ebuild:
+ Bug #400619: respect user CC/AR values during build.
09 Feb 2012; Robin H. Johnson <robbat2@gentoo.org>
files/iscsid-2.0.871-r1.init.d, files/iscsid-conf.d:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-09 9:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 9:19 [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.872.ebuild ChangeLog Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox