fix soname
Add soname switch to linker, regardless of Operating System Bug-Debian: http://bugs.debian.org/746705 Gbp-Pq: Name fix-soname.patch
This commit is contained in:
parent
80eb0b2975
commit
e8af58a0af
|
@ -335,6 +335,9 @@ endif
|
||||||
endif
|
endif
|
||||||
EXTRA_DEPS += $(SYMBOLS_FILE)
|
EXTRA_DEPS += $(SYMBOLS_FILE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
EXTRA_DSO_LDOPTS += -Wl,-soname,lib$(JS_LIBRARY_NAME).so.0
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU doesn't have path length limitation
|
# GNU doesn't have path length limitation
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue