diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-15 07:46:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-15 07:46:21 +0000 |
commit | 7ba6500d2cf7893d83047a70797fab83a9a9b434 (patch) | |
tree | 75f90cf029f20f7df0a0c63ce980e9ca554eda46 /package/libs/elfutils/patches/006-libdw_LIBS.patch | |
parent | 9e2ec0a55c0918e93625086670f7f51c4d635579 (diff) | |
download | upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.tar.gz upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.tar.bz2 upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.zip |
elfutils: bump to 0.162
Besides source.tgz, 001-elfutils-portability.patch (provided by upstream
project) where updated.
Other patches where updated to fix hulk warnings and minor conflicts.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 45984
Diffstat (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch')
-rw-r--r-- | package/libs/elfutils/patches/006-libdw_LIBS.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libs/elfutils/patches/006-libdw_LIBS.patch b/package/libs/elfutils/patches/006-libdw_LIBS.patch index aaa35f9430..5e4e28d56b 100644 --- a/package/libs/elfutils/patches/006-libdw_LIBS.patch +++ b/package/libs/elfutils/patches/006-libdw_LIBS.patch @@ -1,11 +1,11 @@ ---- elfutils-0.161/libdw/Makefile.in.orig 2015-01-16 03:50:15.311237461 -0200 -+++ elfutils-0.161/libdw/Makefile.in 2015-01-16 03:55:35.082090075 -0200 -@@ -969,7 +969,7 @@ +--- a/libdw/Makefile.in ++++ b/libdw/Makefile.in +@@ -980,7 +980,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 $(zip_LIBS) -+ -ldl $(zip_LIBS) $(LIBS) +- -ldl $(argp_LDADD) $(zip_LIBS) ++ -ldl $(argp_LDADD) $(zip_LIBS) $(LIBS) @$(textrel_check) ln -fs $@ $@.$(VERSION) |