From e05be68e1a4e98192cb2391c16812effce9eeadb Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 11 Mar 2014 10:33:01 +0800 Subject: [PATCH] fix soname --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4780e11..982389ef 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ else # Linux, *BSD EXT = so AR_EXT = a -LDFLAGS += -Wl,-soname=libcapstone2,$(LIBRARY) +LDFLAGS += -Wl,-soname,lib$(LIBNAME)$(PKG_MAJOR) endif endif endif