Gentoo Archives: gentoo-dev

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: perl-module.eclass: respect CFLAGS, LDFLAGS - please review
Date: Sun, 22 Jun 2014 19:10:54
Message-Id: CAATnKFD5_CqSgk_UebxPb83YWTtC-sfBCTDF5ksf4ADfFP2tnw@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: perl-module.eclass: respect CFLAGS, LDFLAGS - please review by "Andreas K. Huettel"
1 On 23 June 2014 06:13, Andreas K. Huettel <dilfridge@g.o> wrote:
2
3 >
4 > PERL_CFLAGS_HANDLING=yes
5 > inherit perl-module
6 >
7
8
9 I'd probably go with PERL_C_BINDINGS=yes or PERL_XS=yes or similar.
10
11 Because there's probably other things that we can infer from that property
12 and use for other things.
13
14
15 And its reasonably straight forward to automatically identify things that
16 do use XS/C bindings once they're installed, .... just impossible to do in
17 advance, and difficult to do heuristically during src_configure or similar.
18
19 qfile $( find /usr/lib/perl5 -name "*.so" ) | cut -f 1 -d " " | sort -u
20
21
22
23 --
24 Kent

Replies

Subject Author
Re: [gentoo-dev] Re: perl-module.eclass: respect CFLAGS, LDFLAGS - please review Kent Fredric <kentfredric@×××××.com>