summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs68/patches/fix-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs68/patches/fix-soname.patch')
-rw-r--r--source/l/mozjs68/patches/fix-soname.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/l/mozjs68/patches/fix-soname.patch b/source/l/mozjs68/patches/fix-soname.patch
deleted file mode 100644
index fc8052a88..000000000
--- a/source/l/mozjs68/patches/fix-soname.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: "Laszlo Boszormenyi (GCS)" <gcs@debian.org>
-Date: Fri, 2 May 2014 22:20:45 +0200
-Subject: fix soname
-
-Add soname switch to linker, regardless of Operating System
-
-Bug-Debian: http://bugs.debian.org/746705
----
- config/rules.mk | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/config/rules.mk b/config/rules.mk
-index eb86b0c..1bb3988 100644
---- a/config/rules.mk
-+++ b/config/rules.mk
-@@ -359,6 +359,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
- #