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.patch12
1 files changed, 6 insertions, 6 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 af79ef496d..62031073e3 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 b99aa12cf879ce200e03d75e543c7ab2dfa5503b Mon Sep 17 00:00:00 2001 1From ec9a7742734aae5417c0ebbffce66ac353e6cae7 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
@@ -23,10 +23,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
23 2 files changed, 2 insertions(+), 2 deletions(-) 23 2 files changed, 2 insertions(+), 2 deletions(-)
24 24
25diff --git a/src/Makefile.am b/src/Makefile.am 25diff --git a/src/Makefile.am b/src/Makefile.am
26index 2b1c0dc..9305b84 100644 26index e462e7d..ea1215b 100644
27--- a/src/Makefile.am 27--- a/src/Makefile.am
28+++ b/src/Makefile.am 28+++ b/src/Makefile.am
29@@ -44,7 +44,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl 29@@ -45,7 +45,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread
30 libelf = ../libelf/libelf.a -lz 30 libelf = ../libelf/libelf.a -lz
31 else 31 else
32 libasm = ../libasm/libasm.so 32 libasm = ../libasm/libasm.so
@@ -34,12 +34,12 @@ index 2b1c0dc..9305b84 100644
34+libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl 34+libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl
35 libelf = ../libelf/libelf.so 35 libelf = ../libelf/libelf.so
36 endif 36 endif
37 libebl = ../libebl/libebl.a 37 libebl = ../libebl/libebl.a ../backends/libebl_backends.a ../libcpu/libcpu.a
38diff --git a/tests/Makefile.am b/tests/Makefile.am 38diff --git a/tests/Makefile.am b/tests/Makefile.am
39index 1b0c7d3..bced19b 100644 39index eab4ae6..f59a01f 100644
40--- a/tests/Makefile.am 40--- a/tests/Makefile.am
41+++ b/tests/Makefile.am 41+++ b/tests/Makefile.am
42@@ -476,7 +476,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl 42@@ -516,7 +516,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread
43 libelf = ../libelf/libelf.a -lz 43 libelf = ../libelf/libelf.a -lz
44 libasm = ../libasm/libasm.a 44 libasm = ../libasm/libasm.a
45 else 45 else