libvorbis: fix soname of shared libraries
authorRobert Högberg <robert.hogberg@gmail.com>
Fri, 12 May 2023 21:08:28 +0000 (23:08 +0200)
committerRosen Penev <rosenp@gmail.com>
Sat, 13 May 2023 12:55:47 +0000 (15:55 +0300)
commita9eda4a1ba74c78d24df866304d782ab1668a101
tree80c82d71191999c3d07f3147ab789732746f86cd
parent470c63d1c120dd31f5357391f142b932bce3d789
libvorbis: fix soname of shared libraries

When building with cmake we don't get libvorbis*.so.N which means that
some applications may fail to dynamically load libvorbis libraries.

This seems to be a problem specific to cmake (autotools builds work).

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
libs/libvorbis/Makefile
libs/libvorbis/patches/010-cmake_soname.patch [new file with mode: 0644]