mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
d8c1f4326f
to 15.1. OK tb@
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
Index: src/Makefile.shlib
|
|
--- src/Makefile.shlib.orig
|
|
+++ src/Makefile.shlib
|
|
@@ -79,7 +79,7 @@ shlib_major = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION
|
|
shlib_bare = lib$(NAME)$(DLSUFFIX)
|
|
# Testing the soname variable is a reliable way to determine whether a
|
|
# linkable library is being built.
|
|
-soname = $(shlib_major)
|
|
+soname = $(shlib_major).$(SO_MINOR_VERSION)
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
else
|
|
# Naming convention for dynamically loadable modules
|