diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-11 08:32:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-11 08:32:28 +0000 |
commit | 77c25c2dd164c28021ca0095a111adc7acc29e62 (patch) | |
tree | 76fe92b45cae6782d46f2ce085f45519d13ddf7d /package/libs/elfutils/patches/006-libdw_LIBS.patch | |
parent | f38dbb89c278e284a5d3684aa559447e7ba20e53 (diff) | |
download | upstream-77c25c2dd164c28021ca0095a111adc7acc29e62.tar.gz upstream-77c25c2dd164c28021ca0095a111adc7acc29e62.tar.bz2 upstream-77c25c2dd164c28021ca0095a111adc7acc29e62.zip |
elfutils: bump to 0.164
Patches are refreshed except for elfutils-portability, which is gone:
https://lists.fedorahosted.org/pipermail/elfutils-devel/2015-October/005290.html
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 47453
Diffstat (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch')
-rw-r--r-- | package/libs/elfutils/patches/006-libdw_LIBS.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/elfutils/patches/006-libdw_LIBS.patch b/package/libs/elfutils/patches/006-libdw_LIBS.patch index 9ea19e5702..bcea1005c5 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 -@@ -991,7 +991,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l +@@ -994,7 +994,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) @$(textrel_check) - ln -fs $@ $@.$(VERSION) + $(AM_V_at)ln -fs $@ $@.$(VERSION) |