Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
stk
0002-Fix-the-library-soname.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Fix-the-library-soname.patch of Package stk
From cd6a36955f37f91fd5f44e7695c4df799ec26c95 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux <christophe@krop.fr> Date: Tue, 11 Oct 2022 10:36:27 +0200 Subject: [PATCH 2/2] Fix the library soname It shouldn't contain '.so' --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 31486e9..0d29ef4 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ basesharedname="libstk-\$(RELEASE)" AC_SUBST( sharedlib, ["libstk.so"] ) AC_SUBST( sharedname, [${basesharedname}.so] ) -AC_SUBST( libflags, ["-shared -Wl,-soname,${basesharedname}.so -o $sharedname"] ) +AC_SUBST( libflags, ["-shared -Wl,-soname,${basesharedname} -o $sharedname"] ) case $host in *-apple*) AC_SUBST( sharedlib, ["libstk.dylib"] ) -- 2.37.3
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