aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/elfutils/patches/006-libdw_LIBS.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-20 13:54:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-20 13:54:13 +0000
commit99fb7d9a4e88875c28c2b76a4acdd42c5c9fe160 (patch)
tree102b5a042ceb02a1bb0aaa1ee1a95813bd859e1f /package/libs/elfutils/patches/006-libdw_LIBS.patch
parent99856ebf5cbdd520cf58cef9cf2323a4a6168ebc (diff)
downloadupstream-99fb7d9a4e88875c28c2b76a4acdd42c5c9fe160.tar.gz
upstream-99fb7d9a4e88875c28c2b76a4acdd42c5c9fe160.tar.bz2
upstream-99fb7d9a4e88875c28c2b76a4acdd42c5c9fe160.zip
elfutils: bump to 0.165
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 48393
Diffstat (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch')
-rw-r--r--package/libs/elfutils/patches/006-libdw_LIBS.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/elfutils/patches/006-libdw_LIBS.patch b/package/libs/elfutils/patches/006-libdw_LIBS.patch
index bcea1005c5..34c4447708 100644
--- a/package/libs/elfutils/patches/006-libdw_LIBS.patch
+++ b/package/libs/elfutils/patches/006-libdw_LIBS.patch
@@ -1,11 +1,11 @@
--- a/libdw/Makefile.in
+++ b/libdw/Makefile.in
-@@ -994,7 +994,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
+@@ -996,7 +996,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
-Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
-Wl,--version-script,$<,--no-undefined \
-Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
-- -ldl $(argp_LDADD) $(zip_LIBS)
-+ -ldl $(argp_LDADD) $(zip_LIBS) $(LIBS)
+- -ldl -lz $(argp_LDADD) $(zip_LIBS)
++ -ldl -lz $(argp_LDADD) $(zip_LIBS) $(LIBS)
@$(textrel_check)
$(AM_V_at)ln -fs $@ $@.$(VERSION)