Disable build driver crypto/openssl for Redhat/Centos 7.x.

This commit is contained in:
fengbojiang 2024-10-17 20:14:49 +08:00
parent a2cb0198e1
commit 4d6dfdc51f
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
# Compile DPDK
cd dpdk/
# re-enable kni now, to remove kni later
meson -Denable_kmods=true -Ddisable_libs=flow_classify build
# disable crypto/openssl for Redhat/Centos 7.x.
meson -Denable_kmods=true -Ddisable_libs=flow_classify -Ddisable_drivers=crypto/openssl build
ninja -C build
ninja -C build install