From 06dc436b0169e200e8070d43ff8fdecd1db20380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AE=B6=E5=86=9B?= Date: Mon, 20 Jan 2025 10:35:49 +0800 Subject: [PATCH] enable rdma support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘家军 --- libpcap.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libpcap.spec b/libpcap.spec index 1e00b90..f05e8d1 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.10.5 -Release: 1 +Release: 2 Summary: A system-independent interface for user-level packet capture License: BSD-3-Clause URL: https://www.tcpdump.org @@ -18,8 +18,8 @@ BuildRequires: bluez-libs-devel %endif %description -This is the official web site of tcpdump, a powerful command-line -packet analyzer; and libpcap, a portable C/C++ library for +This is the official web site of tcpdump, a powerful command-line +packet analyzer; and libpcap, a portable C/C++ library for network traffic capture. %package devel @@ -36,11 +36,11 @@ header files for libpcap %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure +%configure --enable-rdma %make_build %install -%make_install +%make_install %delete_la_and_a %files @@ -58,6 +58,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_mandir}/man* %changelog +* Mon Jan 20 2025 Jiajun Liu - 14:1.10.5-2 +- enable rdma support + * Sat Aug 31 2024 Funda Wang - 14:1.10.5-1 - update to 1.10.5 -- Gitee