Closed guss77 closed 7 years ago
Now I get a "malformed patch" error when I apply the patch:
+ patch -p1
patching file main/translate.c
Hunk #1 succeeded at 357 (offset -2 lines).
patch: **** malformed patch at line 56: has_timing_info = ast_test_flag(f, AST_FRFLAG_HAS_TIMING_INFO);
Thank you - that solved the problem. Now Asterisk 15 patches and compiles successfully!
When applying
enable_native_plc.patch
, compilation of Asterisk 15 breaks with the following error:It looks like the rewrite of the internal
p
variable inast_translate()
tostep
was not a good idea, because future versions for Asterisk may refer to thisp
in new code.