Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
text-engine
add-soversion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File add-soversion.patch of Package text-engine
From 99c16f50f70c6ba2766f284d7b4ad6dc59517f91 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha <jeremy.bicha@canonical.com> Date: Wed, 20 Apr 2022 12:39:45 -0400 Subject: [PATCH] meson: set soversion This sets up the symlinked shared library as expected --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index faff7ad..92e0a0b 100644 --- a/src/meson.build +++ b/src/meson.build @@ -47,6 +47,7 @@ text_engine_deps = [ text_engine_lib = shared_library('text-engine-' + api_version, text_engine_sources, dependencies: text_engine_deps, + soversion: 0, install: true, )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor