mirror of https://github.com/F-Stack/f-stack.git
Disable build driver crypto/openssl for Redhat/Centos 7.x.
This commit is contained in:
parent
a2cb0198e1
commit
4d6dfdc51f
|
@ -51,7 +51,8 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
|
||||||
# Compile DPDK
|
# Compile DPDK
|
||||||
cd dpdk/
|
cd dpdk/
|
||||||
# re-enable kni now, to remove kni later
|
# 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
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue