From 25504b9f01beea2f7a366f118a814a6bb77fb344 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Fri, 17 Jan 2025 12:23:24 +0000 Subject: [PATCH] chore(build): Add --disable-rdma flag to libpcap build configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e678352..7bfcade8 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ $(LIBPCAP_OBJ): $(LIBPCAP_SRC)/pcap.h $(wildcard $(LIBPCAP_SRC)/*.[ch]) | $(LIBP cd $(LIBPCAP_SRC) && \ sh autogen.sh && \ CC=$(LIBPCAP_CC) ./configure --disable-shared --disable-usb --disable-netmap --disable-bluetooth --disable-dbus --without-libnl \ - --host=$(LIBPCAP_ARCH) && \ + --disable-rdma --host=$(LIBPCAP_ARCH) && \ $(MAKE) && \ $(MAKE) install prefix=$(LIBPCAP_DIST_DIR)