From: Matthias Schiffer Date: Tue, 9 Jan 2018 22:20:30 +0000 (+0100) Subject: openvswitch: don't attempt to use sphinx-build found on the build host X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=751dbaca0b9416eb5ea6e613157d4f1a5a9447f7;p=openwrt-packages.git openvswitch: don't attempt to use sphinx-build found on the build host openvswitch fails to build on my Arch Linux system, as it tries to use my build host's sphinx-build with OpenWrt's python. Add an override to ensure this can't happen. Signed-off-by: Matthias Schiffer --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 235f31358..6e8baa475 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -159,6 +159,7 @@ TARGET_CFLAGS += -flto -std=gnu99 CONFIGURE_VARS += \ ovs_cv_flake8=no \ ovs_cv_python3=no \ + ovs_cv_sphinx=no \ KARCH=$(LINUX_KARCH) MAKE_FLAGS += \