aboutsummaryrefslogtreecommitdiff
path: root/libs/libvorbis/patches/010-cmake_soname.patch
Commit message (Collapse)AuthorAge
* libvorbis: fix soname of shared librariesRobert Högberg2023-05-13
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>