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:
Laszlo Boszormenyi (GCS) 2014-05-02 22:20:45 +02:00 committed by openKylinBot
parent 80eb0b2975
commit e8af58a0af
1 changed files with 3 additions and 0 deletions

View File

@ -335,6 +335,9 @@ endif
endif
EXTRA_DEPS += $(SYMBOLS_FILE)
endif
EXTRA_DSO_LDOPTS += -Wl,-soname,lib$(JS_LIBRARY_NAME).so.0
#
# GNU doesn't have path length limitation
#