From abd77900b908fb98a7d16fd226e0175a4c926dae 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 85666acc..6a0b0331 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ else # Linux, *BSD EXT = so AR_EXT = a -LDFLAGS += -Wl,-soname=libcapstone2,$(LIBRARY) +LDFLAGS += -Wl,-soname,lib$(LIBNAME)$(PKG_MAJOR) endif endif endif