Use system libbpf
Statically embedding libraries goes against packaging guidelines. Use system libbpf instead. Resolves: rhbz#2190484 Signed-off-by: Viktor Malik <vmalik@redhat.com>
This commit is contained in:
parent
0e8fa765e3
commit
6ac57aead7
@ -14,6 +14,7 @@ BuildRequires: gcc
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: elfutils-devel >= 0.130
|
||||
BuildRequires: libbpf-devel
|
||||
|
||||
%description
|
||||
dwarves is a set of tools that use the debugging information inserted in
|
||||
@ -69,7 +70,7 @@ Debugging information processing library development files.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release .
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=Off .
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user