import libbpf-0.4.0-2.el8

This commit is contained in:
CentOS Sources 2021-11-19 04:21:51 +00:00 committed by Stepan Oksanichenko
parent 2f061b1740
commit fe69357dbd

View File

@ -9,7 +9,7 @@
Name: libbpf
Version: 0.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Libbpf library
License: LGPLv2 or BSD
@ -40,7 +40,7 @@ The %{name}-static package contains static library for
developing applications that use %{name}
%global libbpf_make \
make EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" DESTDIR=%{buildroot} V=1
make EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" DESTDIR=%{buildroot} V=1
%prep
%setup -n %{source}
@ -68,6 +68,10 @@ popd
%{_libdir}/libbpf.a
%changelog
* Tue Nov 16 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.5.0-2
- fix LDFLAGS passing
- Related: rhbz#2023488
* Wed Aug 18 2021 Jiri Olsa <jolsa@redhat.com> - 0.4.0-1
- update [1995111]