aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/elfutils/patches/006-libdw_LIBS.patch
diff options
context:
space:
mode:
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>2016-12-29 01:53:45 -0200
committerJo-Philipp Wich <jo@mein.io>2017-01-03 14:32:35 +0100
commit0bb474652e92547156228f389b483cfea96585f5 (patch)
treebf6ee0f6a7bbced02e42275b0336dc718f0d9039 /package/libs/elfutils/patches/006-libdw_LIBS.patch
parentfc6b6f45831e1a2afc95ac241416acbd103fd442 (diff)
downloadupstream-0bb474652e92547156228f389b483cfea96585f5.tar.gz
upstream-0bb474652e92547156228f389b483cfea96585f5.tar.bz2
upstream-0bb474652e92547156228f389b483cfea96585f5.zip
elfutils: bump to 0.168
Other changes: - Project moved to sourceware.org - musl patch where cleaned up and submitted upstream - TEMP_FAILURE_RETRY macro fixed and submitted upstream Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> [Jo-Philipp Wich: add missing .patch extension to 007-fix_TEMP_FAILURE_RETRY] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch')
-rw-r--r--package/libs/elfutils/patches/006-libdw_LIBS.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/elfutils/patches/006-libdw_LIBS.patch b/package/libs/elfutils/patches/006-libdw_LIBS.patch
index 80c20ad5f0..59967e1488 100644
--- a/package/libs/elfutils/patches/006-libdw_LIBS.patch
+++ b/package/libs/elfutils/patches/006-libdw_LIBS.patch
@@ -1,6 +1,6 @@
--- a/libdw/Makefile.in
+++ b/libdw/Makefile.in
-@@ -1002,7 +1002,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
+@@ -1005,7 +1005,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\