We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3111e6f commit d772588Copy full SHA for d772588
1 file changed
build_libicsneo.py
@@ -78,6 +78,17 @@ def _build_libpcap():
78
subprocess.check_output([
79
f"{LIBPCAP_SOURCE}/configure",
80
"--disable-shared",
81
+ "--disable-usb",
82
+ "--disable-netmap",
83
+ "--disable-bluetooth",
84
+ "--disable-dbus",
85
+ "--disable-rdma",
86
+ "--without-dag",
87
+ "--without-septel",
88
+ "--without-snf",
89
+ "--without-turbocap",
90
+ "--without-dpdk",
91
+ "--without-libnl",
92
f"--prefix={LIBPCAP_INSTALL}",
93
], cwd=LIBPCAP_BUILD, env=env)
94
0 commit comments