SHA256
1
0
forked from pool/libbpf

Accepting request 913292 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/913292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbpf?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-08-24 08:54:16 +00:00 committed by Git OBS Bridge
commit 6fb9151c6e
3 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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

View File

@ -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