[openbox] Porting openbox to Beaglebone/ARM7a/OMAP35xx: Perl ?
Johan Vromans
jvromans at squirrel.nl
Sun Aug 26 10:28:29 EDT 2012
meino.cramer at gmx.de writes:
> Now, bootstrap states that perl has no thread support.
This is very puzzling...
> Since compiling perl on that platform is a long running task (and in
> the meanwhile I did quite a few of them...) I am trying to figure out
> how to circumvent the problems I have with this...
You might try to edit /usr/bin/aclocal:
BEGIN
{
my $perllibdir = $ENV{'perllibdir'} || '/usr/share/automake-1.11';
unshift @INC, (split ':', $perllibdir);
+ $perl_threads = 0;
}
HTH,
-- Johan
More information about the openbox
mailing list