diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-05-26 22:30:16 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-05-27 16:38:56 +0800 |
commit | 931ff9863313462e2fc331df1846d07d054e2df2 (patch) | |
tree | 58f374e6156d2a81b2d605f9c14cb6cda7d9d739 /net/openvswitch/Makefile | |
parent | dfd6bf328d6f841a1d52def9d6b0e3f8ab21b6e0 (diff) |
openvswitch: rework disabling docs build
This is needed since openvswitch 2.13 commit 2a97891eb23b
("Documentation: Work with sphinx-build for Python 3 also.")
The 4th patch was also reworked to serve as another guard
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index eb5776b49..73dbb3012 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -257,7 +257,7 @@ CONFIGURE_VARS += \ ovs_cv_flake8=no \ ovs_cv_python3=$(PYTHON3) \ ovs_cv_python3_host=$(HOST_PYTHON3_BIN) \ - ovs_cv_sphinx=no \ + SPHINXBUILD=none \ KARCH=$(LINUX_KARCH) \ ovs_intree_kmod_configs:=CONFIG_PACKAGE_kmod-openvswitch-intree |