forked from pool/libbpf
Accepting request 913283 from home:michals
- Depend on new enough Linux headers. OBS-URL: https://build.opensuse.org/request/show/913283 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=9
This commit is contained in:
parent
d9ed76e39e
commit
1d83152640
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 20 08:47:47 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Depend on new enough Linux headers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 11:00:28 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -29,6 +29,7 @@ Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM https://github.com/libbpf/libbpf/issues/337
|
||||
Patch: libdir.patch
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: linux-glibc-devel >= 4.5
|
||||
BuildRequires: python3
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
|
@ -1,8 +1,11 @@
|
||||
From 60ab75597d2735e8f7bf91e4423feab87568d1e7 Mon Sep 17 00:00:00 2001
|
||||
From 6eb5e25905d2258c595d7fc75624c60a357c1c3b Mon Sep 17 00:00:00 2001
|
||||
From: Michal Suchanek <msuchanek@suse.de>
|
||||
Date: Sun, 18 Jul 2021 22:05:01 +0200
|
||||
Subject: [PATCH] Makefile: Default LIBSUBDIR to lib64 on 64bit architectures.
|
||||
|
||||
Upstream: merged (expected v0.5.0)
|
||||
Git-commit: 6eb5e25905d2258c595d7fc75624c60a357c1c3b
|
||||
|
||||
commit a82a66e ("Extend build and add install rules to Makefile") adds
|
||||
special handling for LIBSUBDIR on x86_64. Expand this to all
|
||||
architectures with 64 in name which suggests a 32bit variant exists, and
|
||||
|
Loading…
Reference in New Issue
Block a user