Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New eclass: autotools-multilib-minimal
Date: Sun, 24 Feb 2013 16:28:25
Message-Id: 20130224132815.57fd277f@gentoo.org
In Reply to: Re: [gentoo-dev] New eclass: autotools-multilib-minimal by "Michał Górny"
1 On Sun, 24 Feb 2013 16:53:02 +0100
2 Michał Górny <mgorny@g.o> wrote:
3
4 > - prune_libtool_files in src_install() which most people want to do
5 > anyway, so that doesn't hurt -- and the pkg-config dep is going to
6 > be removed, by the patch I sent already.
7
8 A bit OT but that's one of the things I consider useless there, I
9 usually do 'find "${D}" -name '*.la' -delete' which is more than
10 enough in most cases, faster and avoids calling a 90+ lines function
11 which may break or add a pkg-config dep.