From 751dbaca0b9416eb5ea6e613157d4f1a5a9447f7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Jan 2018 23:20:30 +0100 Subject: [PATCH] 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 --- net/openvswitch/Makefile | 1 + 1 file changed, 1 insertion(+) 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 += \