Skip to content

Commit

Permalink
chore(build): Add --disable-rdma flag to libpcap build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jan 17, 2025
1 parent e0bf4be commit 25504b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 25504b9

Please sign in to comment.