Hi Alexey, Alexey Brodkin wrote,
Simplify the switch from uClibc to uClibc-ng. Apps already built against uClibc-0.9.x.y require .so.0 libs to present on target which in case of current uClibc-ng is not the case and those apps could not be run.
This change creates symlinks from .so.1 to .so.0 for most of other libs in the same way as it was done by 23e96d89b6ab "ldso: install backward compatibility symlink by default"
Signed-off-by: Alexey Brodkin abrodkin@synopsys.com Cc: Waldemar Brodkorb wbx@uclibc-ng.org Cc: Vineet Gupta vgupta@synopsys.com Cc: Anton Kolesov akolesov@synopsys.com
Applied and pushed, thx Waldemar