SHA256
1
0
forked from pool/dpdk

Accepting request 678205 from home:ndas:branches:network

- Add  0002-fix-cpu-compatibility.patch to address issue with older
  CPUs (bsc#1125961)
  [+ 0002-fix-cpu-compatibility.patch]

- Add  0002-fix-cpu-compatibility.patch to address issue with older
  CPUs (bsc#1125961)
  [+ 0002-fix-cpu-compatibility.patch]

OBS-URL: https://build.opensuse.org/request/show/678205
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=96
This commit is contained in:
Tomáš Chvátal
2019-02-23 15:00:59 +00:00
committed by Git OBS Bridge
parent bc3bacd3dc
commit c7e1becf70
5 changed files with 78 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ Group: System/Libraries
Url: http://dpdk.org
Source: http://fast.dpdk.org/rel/dpdk-%{version}.tar.xz
Source1: preamble
Patch1: 0002-fix-cpu-compatibility.patch
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: libelf-devel
@@ -155,6 +156,7 @@ The DPDK Kernel NIC Interface (KNI) allows userspace applications access to the
%prep
# can't use %{name} because of dpdk-thunderx
%setup -q -n dpdk-%{version}
%patch1 -p1 -z .init
# This fixes CROSS compilation (broken) in the mk file for ThunderX
sed -i '/^CROSS /s/^/#/' mk/machine/thunderx/rte.vars.mk