File otp_src_18.3.4.4-lib-stdlib-beam_lib-strip.patch of Package erlang
diff -Ndurp otp_src_18.3.4.4/lib/stdlib/src/beam_lib.erl otp_src_18.3.4.4-lib-stdlib-beam_lib-strip/lib/stdlib/src/beam_lib.erl
--- otp_src_18.3.4.4/lib/stdlib/src/beam_lib.erl 2016-08-11 17:24:09.000000000 +0300
+++ otp_src_18.3.4.4-lib-stdlib-beam_lib-strip/lib/stdlib/src/beam_lib.erl 2016-08-16 11:47:39.527621323 +0300
@@ -850,7 +850,7 @@ error(Reason) ->
%% The following chunks must be kept when stripping a BEAM file.
significant_chunks() ->
- ["Line" | md5_chunks()].
+ ["Attr", "Line" | md5_chunks()].
%% The following chunks are significant when calculating the MD5
%% for a module. They are listed in the order that they should be MD5:ed.