diff options
author | Björn Gustavsson <[email protected]> | 2012-08-23 12:29:03 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-08-27 09:29:02 +0200 |
commit | a6024f8d7786664378dae8814997405c6f795f3f (patch) | |
tree | 7be9640cd6fc5a06981a9e2a0484f600b436a9b5 /lib/kernel | |
parent | e7720fe2b2a1f09af70e74b54442f72f84609a31 (diff) | |
download | otp-a6024f8d7786664378dae8814997405c6f795f3f.tar.gz otp-a6024f8d7786664378dae8814997405c6f795f3f.tar.bz2 otp-a6024f8d7786664378dae8814997405c6f795f3f.zip |
make_preload: Don't fail if Perl's default file encoding is UTF-8
Setting Perl's default encoding for files to UTF-8, for example
like this:
PERL_UNICODE=DS make
would crash the build with a message similar to:
form size 1413 greater than size 1237 of module at
utils/make_preload line 175, <FILE> chunk 1.
Tell Perl to interpret the data in BEAM files as binary by
using the binmode() function. The binmode() function existed
before Unicode support was added to Perl, which means that
make_preload should work even in old versions of Perl.
Noticed-by: Aaron Harnly
Diffstat (limited to 'lib/kernel')
0 files changed, 0 insertions, 0 deletions