For elfutils changes since 0.160: https://lists.fedorahosted.org/pipermail/elfutils-devel/2014-December/004481.html For OpenWRT, minor patches fixes. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
11 lines
426 B
Diff
11 lines
426 B
Diff
--- 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 @@
|
|
-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)
|
|
@$(textrel_check)
|
|
ln -fs $@ $@.$(VERSION)
|
|
|