Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o, grobian@g.o
Cc: gentoo-commits@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-libs/libmnl: libmnl-1.0.1.ebuild ChangeLog
Date: Sun, 01 May 2011 13:06:42
Message-Id: 1304255058.27786.106.camel@tablet
1 В Вск, 01/05/2011 в 12:25 +0000, Fabian Groffen (grobian) пишет:
2 > grobian 11/05/01 12:25:59
3
4 > Fix econf call for Prefix: don't mix Prefix compatible and incompatible code
5
6 > src_configure() {
7 > econf \
8 > - --libdir=/$(get_libdir)
9 > + --libdir="${EPREFIX}"/$(get_libdir)
10 > }
11
12 Could you clarify this bit, please? Should we use ED, EPREFIX, ... in
13 EAPI>=3 or we just ignore it and write ebuilds as always until prefix
14 team ports them and adds keywords?
15
16 --
17 Peter.

Replies