Don't set an absolute soname

This commit is contained in:
Eelco Dolstra 2014-03-03 15:29:58 +01:00
parent a376762848
commit d6a45f6bdb
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ define build-library
endif
endif
ifneq ($(OS), Darwin)
$(1)_LDFLAGS += -Wl,-soname=$$($(1)_NAME).$(SO_EXT)
endif
$(1)_PATH := $$(_d)/$$($(1)_NAME).$(SO_EXT)
$$($(1)_PATH): $$($(1)_OBJS) $$(_libs) | $$(_d)/