diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-31 13:58:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-01 15:47:43 +0000 |
commit | 8ef8f4a4754fff7aa92d3393360dcc0856eb7eca (patch) | |
tree | c01cf09cf837f319834f92c0e86ecd38f0320599 /main/js/js185-destdir.patch | |
parent | b5f6030f8e9b219d19ef8974d34a26a81a48927b (diff) | |
download | aports-8ef8f4a4754fff7aa92d3393360dcc0856eb7eca.tar.bz2 aports-8ef8f4a4754fff7aa92d3393360dcc0856eb7eca.tar.xz |
main/js: moved from testing
Diffstat (limited to 'main/js/js185-destdir.patch')
-rw-r--r-- | main/js/js185-destdir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/js/js185-destdir.patch b/main/js/js185-destdir.patch new file mode 100644 index 0000000000..e648e3c41b --- /dev/null +++ b/main/js/js185-destdir.patch @@ -0,0 +1,15 @@ +#https://bugzilla.mozilla.org/show_bug.cgi?id=628723 + +--- ./Makefile.in.old 2011-04-10 04:21:19.918608008 -0700 ++++ ./Makefile.in 2011-04-10 04:21:58.088607992 -0700 +@@ -888,8 +888,8 @@ + ifeq (,$(HOST_BIN_SUFFIX)) + mv -f $(SHLIB_ANY_VER) $(SHLIB_EXACT_VER) + @[ ! -h $(SHLIB_ABI_VER) ] || rm -f $(SHLIB_ABI_VER) +- ln -s $(SHLIB_EXACT_VER) $(SHLIB_ABI_VER) +- ln -s $(SHLIB_ABI_VER) $(SHLIB_ANY_VER) ++ ln -s $(notdir $(SHLIB_EXACT_VER)) $(SHLIB_ABI_VER) ++ ln -s $(notdir $(SHLIB_ABI_VER)) $(SHLIB_ANY_VER) + endif + endif + ifneq (,$(IMPORT_LIBRARY)) |