Skip to content

Commit 4d6dfdc

Browse files
committed
Disable build driver crypto/openssl for Redhat/Centos 7.x.
1 parent a2cb019 commit 4d6dfdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
5151
# Compile DPDK
5252
cd dpdk/
5353
# re-enable kni now, to remove kni later
54-
meson -Denable_kmods=true -Ddisable_libs=flow_classify build
54+
# disable crypto/openssl for Redhat/Centos 7.x.
55+
meson -Denable_kmods=true -Ddisable_libs=flow_classify -Ddisable_drivers=crypto/openssl build
5556
ninja -C build
5657
ninja -C build install
5758

0 commit comments

Comments
 (0)