summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch b/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
index 1587087896..81c5255447 100644
--- a/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
+++ b/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch
@@ -20,12 +20,12 @@ Upstream-Status: Backport [https://sourceware.org/git/?p=elfutils.git;a=commit;h
20 1 file changed, 3 insertions(+) 20 1 file changed, 3 insertions(+)
21 21
22diff --git a/libelf/Makefile.am b/libelf/Makefile.am 22diff --git a/libelf/Makefile.am b/libelf/Makefile.am
23index 3402863e..2d3dbdf2 100644 23index 05484c1..72f1e22 100644
24--- a/libelf/Makefile.am 24--- a/libelf/Makefile.am
25+++ b/libelf/Makefile.am 25+++ b/libelf/Makefile.am
26@@ -122,6 +122,9 @@ libelf.so: $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS) 26@@ -125,6 +125,9 @@ libelf.so: $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS)
27 @$(textrel_check) 27 libeu_objects = $(shell cat ../lib/libeu.manifest)
28 $(AM_V_at)ln -fs $@ $@.$(VERSION) 28 libelf_a_LIBADD = $(addprefix ../lib/,$(libeu_objects))
29 29
30+libeu_objects = $(shell $(AR) t ../lib/libeu.a) 30+libeu_objects = $(shell $(AR) t ../lib/libeu.a)
31+libelf_a_LIBADD = $(addprefix ../lib/,$(libeu_objects)) 31+libelf_a_LIBADD = $(addprefix ../lib/,$(libeu_objects))