From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- package/libs/elfutils/patches/006-libdw_LIBS.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libs/elfutils/patches/006-libdw_LIBS.patch (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch') diff --git a/package/libs/elfutils/patches/006-libdw_LIBS.patch b/package/libs/elfutils/patches/006-libdw_LIBS.patch new file mode 100644 index 0000000..9ea19e5 --- /dev/null +++ b/package/libs/elfutils/patches/006-libdw_LIBS.patch @@ -0,0 +1,11 @@ +--- a/libdw/Makefile.in ++++ b/libdw/Makefile.in +@@ -991,7 +991,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) + -- cgit v1.2.3