summaryrefslogtreecommitdiff
blob: 937f0617a4a4cbb3fea0c3ff813c45019dd260f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index a5d2c38..588809e 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ do_app_build =						\
 
 do_compile_shared_library =			\
 	($(print_shared_lib_compile)		\
-	$(CC) --shared $^ -o $@)
+	$(CC) --shared $^ -Wl,-soname,$@ -o $@)
 
 do_compile_plugin_obj =				\
 	($(print_plugin_obj_compile)		\