diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 17:43:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 17:43:40 +0000 |
commit | b98fb7664639a814f3dba309eaf38b62be137bb8 (patch) | |
tree | b475c55359ccce71152e3c81c6e72174c1c137f9 /package/libs/elfutils/patches/006-libdw_LIBS.patch | |
parent | b7b855f9ebab26effce3af440d011fbe856df52b (diff) | |
download | upstream-b98fb7664639a814f3dba309eaf38b62be137bb8.tar.gz upstream-b98fb7664639a814f3dba309eaf38b62be137bb8.tar.bz2 upstream-b98fb7664639a814f3dba309eaf38b62be137bb8.zip |
elfutils: import package from packages.git
elfutils is required by perf. So we'll move this package from
packages.git and make it part of the core distribution.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45969
Diffstat (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch')
-rw-r--r-- | package/libs/elfutils/patches/006-libdw_LIBS.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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) + |