Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvorbis: fix soname of shared libraries #21003

Merged
merged 1 commit into from
May 13, 2023
Merged

Conversation

robho
Copy link
Contributor

@robho robho commented May 12, 2023

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).

Maintainer: @thess
Compile tested: ath79, D-Link DIR-825, 22.03
Run tested: ath79, D-Link DIR-825, 22.03, I've verified that squeezelite now can dynamically load libvorbisfile.so.3

@1715173329
Copy link
Member

upstream pr: xiph/vorbis#98

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>
@neheb neheb merged commit a9eda4a into openwrt:master May 13, 2023
@robho robho deleted the libvorbis_soname branch May 13, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants