Sync from SUSE:SLFO:Main libpcap revision 7acfa1814f302575bf1ac728bdd0cb59

This commit is contained in:
Adrian Schröter 2024-12-20 16:06:38 +01:00
parent 216b18680f
commit 12895a8ea7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 08:34:52 UTC 2024 - Marcus Meissner <meissner@suse.com>
- enable rdma support (bsc#1230894)
-------------------------------------------------------------------
Mon Sep 2 08:38:49 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@ -97,7 +97,8 @@ pic="pic"
export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic"
%configure \
--enable-bluetooth=yes \
--enable-ipv6
--enable-ipv6 \
--enable-rdma
%make_build all shared
%install