From 86f2f0e7742ccbfaf62e2d6415bf170a85c71c0e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 12 May 2013 16:33:44 +0100 Subject: [PATCH 12/48] libbtrfs: Set SONAME to "libbtrfs.so.0" (instead of "libbtrfs.so"). Signed-off-by: Richard W.M. Jones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f0b1ac..7a49174 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ version.h: $(libs_shared): $(libbtrfs_objects) $(lib_links) send.h @echo " [LD] $@" $(Q)$(CC) $(CFLAGS) $(libbtrfs_objects) $(LDFLAGS) $(lib_LIBS) \ - -shared -Wl,-soname,libbtrfs.so -o libbtrfs.so.0.1 + -shared -Wl,-soname,libbtrfs.so.0 -o libbtrfs.so.0.1 $(libs_static): $(libbtrfs_objects) @echo " [AR] $@" -- 1.8.2