X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Felfutils%2Fpatches%2F006-libdw_LIBS.patch;fp=package%2Flibs%2Felfutils%2Fpatches%2F006-libdw_LIBS.patch;h=aaa35f9430c10f2aa2ca1aa2ce31244b1b305ce6;hb=e6052213256e84f49049708e9ec639950283819e;hp=0000000000000000000000000000000000000000;hpb=fe3348e669b1ee7c3365a7225b3e8b48d896f8e3;p=openwrt-github%2F.git 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 0000000000..aaa35f9430 --- /dev/null +++ b/package/libs/elfutils/patches/006-libdw_LIBS.patch @@ -0,0 +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 @@ + -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) +