Skip to content

Commit

Permalink
Disable build driver crypto/openssl for Redhat/Centos 7.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfb8856606 committed Oct 17, 2024
1 parent a2cb019 commit 4d6dfdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d6dfdc

Please sign in to comment.