On 23 June 2014 06:13, Andreas K. Huettel <[email protected]> wrote:

>
> PERL_CFLAGS_HANDLING=yes
> inherit perl-module
>


I'd probably go with  PERL_C_BINDINGS=yes or PERL_XS=yes  or similar.

Because there's probably other things that we can infer from that property
and use for other things.


And its reasonably straight forward to automatically identify things that
do use XS/C bindings once they're installed, .... just impossible to do in
advance, and difficult to do heuristically during src_configure or similar.

qfile $( find /usr/lib/perl5 -name "*.so"  ) | cut -f 1 -d " "  | sort -u



-- 
Kent

Reply via email to