From 20244d6ec213b38e761c02ba8a0bf7b55eaea021 Mon Sep 17 00:00:00 2001 From: Packit Date: Oct 12 2020 11:50:05 +0000 Subject: Apply patch fix-soname.patch patch_name: fix-soname.patch present_in_specfile: true --- diff --git a/config/rules.mk b/config/rules.mk index 2eb9e61..1d01ede 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -367,6 +367,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 #