From fafeb2281fcce3515a5f441422279373ce500aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= Date: Tue, 16 Nov 2021 15:39:06 +0000 Subject: [PATCH] Soname should be provided --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index b4007ce..0ac2f65 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -13,7 +13,7 @@ SO_CFLAGS = -W "l,xplink,dll" -W "c,float(ieee),xplink,dll,exportall" CPPFLAGS += -W "l,xplink,dll" -W "c,float(ieee),xplink,dll,exportall" else ifeq ($(BUILD_ON),Linux) TARGETS=libpEpAdapter.a libpEpAdapter.so -SO_CFLAGS = -shared +SO_CFLAGS = -shared -Wl,-soname,libpEpAdapter.so.1 else TARGETS=libpEpAdapter.a endif