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

Set proper library soversion #1581

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

Vedingrot
Copy link

Soversion should be equal major version because ldconfig expects a
certain pattern: libfoo.so -> libfoo.so.1 -> libfoo.so.1.1.1. Since
version and soversion are equal build can't create proper soname link.

Soversion should be equal major version because ldconfig expects a
certain pattern: libfoo.so -> libfoo.so.1 -> libfoo.so.1.1.1.  Since
version and soversion are equal build can't create proper soname link.
Copy link

sonarcloud bot commented Jun 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Framstag Framstag requested a review from Karry June 16, 2024 06:22
@Framstag Framstag merged commit 5b56c60 into Framstag:master Jun 22, 2024
19 checks passed
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.

None yet

2 participants