Closed fperrad closed 7 years ago
Preliminary fix:
https://github.com/arsv/perl-cross/commit/16c18edb431794e7af8afd2c3d74191ca0d20251
It's a nasty inter-module dependency that normally gets masked by DynaLoader, which forces lib.pm to be built before all other modules. DynaLoader is not enabled in static configs, and the build fails at the first module that needs lib.pm.
I'm going to do some builds and most likely tag a new version with this fix.
With
perl-5.26.1
andperl-cross-1.1.7
, there are build failures on Buildroot, see http://autobuild.buildroot.org/?reason=perl-5.26.1 It seems related touclibc
+STATIC_LIBS
config. The moduleCompress-Raw-Bzip2
cannot built: