From 4d96e0ce1891f0a855160e07a7714242e30172e4 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Thu, 11 Apr 2024 10:36:30 +1000 Subject: [PATCH] remove extraneous suffix from shared object SONAME --- exports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/Makefile b/exports/Makefile index 4d929c8d3c..33c47d4778 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -178,7 +178,7 @@ FEXTRALIB += -lm EXTRALIB += -lm else ifeq ($(FIXED_LIBNAME),1) -INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).so +INTERNALNAME = $(LIBPREFIX).so else INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION) endif