From 5ee78298261a2f343e8baeb0812a995aa3d85219 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Fri, 24 Apr 2020 06:53:33 +0900 Subject: [PATCH] packaging: add libdw as build dependency libdw is not installed in buildroot that can cause strip failure eu-strip: error while loading shared libraries: libdw.so.1: cannot open shared object file: No such file or directory Change-Id: Ide7729dfa559ae8e59d992e7f8ee2ca7e0c90f46 Signed-off-by: Dongkyun Son --- packaging/elfutils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/elfutils.spec b/packaging/elfutils.spec index 8bef4bd..42418e3 100644 --- a/packaging/elfutils.spec +++ b/packaging/elfutils.spec @@ -16,6 +16,7 @@ BuildRequires: bzip2-devel BuildRequires: flex BuildRequires: xz-devel BuildRequires: zlib-devel +BuildRequires: libdw %description This package provides a higher-level library to access ELF files. This -- 2.7.4