From 4d6dfdc51f1250d6fa73c451e4c84a4e1ce7d264 Mon Sep 17 00:00:00 2001 From: fengbojiang Date: Thu, 17 Oct 2024 20:14:49 +0800 Subject: [PATCH] Disable build driver crypto/openssl for Redhat/Centos 7.x. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f91a1027..4ea38471 100644 --- a/README.md +++ b/README.md @@ -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