summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch19
1 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch b/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch
index 6acc036406..4f7539bef2 100644
--- a/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch
+++ b/meta/recipes-devtools/elfutils/files/0001-dso-link-change.patch
@@ -1,4 +1,4 @@
1From c5fb59ac0819b5b6d8244c613cbcf92cb09840c1 Mon Sep 17 00:00:00 2001 1From 63070df4b0dc7af37a720915b5e6494204463c9a Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 15 Aug 2017 17:10:57 +0800 3Date: Tue, 15 Aug 2017 17:10:57 +0800
4Subject: [PATCH] dso link change 4Subject: [PATCH] dso link change
@@ -16,31 +16,30 @@ more details.
16Rebase to 0.170 16Rebase to 0.170
17 17
18Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 18Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
19
20--- 19---
21 src/Makefile.am | 2 +- 20 src/Makefile.am | 2 +-
22 tests/Makefile.am | 2 +- 21 tests/Makefile.am | 2 +-
23 2 files changed, 2 insertions(+), 2 deletions(-) 22 2 files changed, 2 insertions(+), 2 deletions(-)
24 23
25diff --git a/src/Makefile.am b/src/Makefile.am 24diff --git a/src/Makefile.am b/src/Makefile.am
26index 88d0ac8..c28d81f 100644 25index 1d592d4..853eda4 100644
27--- a/src/Makefile.am 26--- a/src/Makefile.am
28+++ b/src/Makefile.am 27+++ b/src/Makefile.am
29@@ -45,7 +45,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread 28@@ -50,7 +50,7 @@ libdebuginfod =
30 libelf = ../libelf/libelf.a -lz 29 endif
31 else 30 else
32 libasm = ../libasm/libasm.so 31 libasm = ../libasm/libasm.so
33-libdw = ../libdw/libdw.so 32-libdw = ../libdw/libdw.so
34+libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl 33+libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl
35 libelf = ../libelf/libelf.so 34 libelf = ../libelf/libelf.so
36 endif 35 if LIBDEBUGINFOD
37 libebl = ../libebl/libebl.a ../backends/libebl_backends.a ../libcpu/libcpu.a 36 libdebuginfod = ../debuginfod/libdebuginfod.so
38diff --git a/tests/Makefile.am b/tests/Makefile.am 37diff --git a/tests/Makefile.am b/tests/Makefile.am
39index c145720..72afd0e 100644 38index 9141074..ee49d07 100644
40--- a/tests/Makefile.am 39--- a/tests/Makefile.am
41+++ b/tests/Makefile.am 40+++ b/tests/Makefile.am
42@@ -554,7 +554,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread 41@@ -694,7 +694,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread
43 libelf = ../libelf/libelf.a -lz 42 libelf = ../libelf/libelf.a -lz $(zstd_LIBS)
44 libasm = ../libasm/libasm.a 43 libasm = ../libasm/libasm.a
45 else 44 else
46-libdw = ../libdw/libdw.so 45-libdw = ../libdw/libdw.so