Browse Source

Merge pull request #5399 from NeoRaider/openvswitch-no-sphinx

openvswitch: don't attempt to use sphinx-build found on the build host
lilik-openwrt-22.03
Matthias Schiffer 7 years ago
committed by GitHub
parent
commit
4bb72d39db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/openvswitch/Makefile

+ 1
- 0
net/openvswitch/Makefile View File

@ -159,6 +159,7 @@ TARGET_CFLAGS += -flto -std=gnu99
CONFIGURE_VARS += \ CONFIGURE_VARS += \
ovs_cv_flake8=no \ ovs_cv_flake8=no \
ovs_cv_python3=no \ ovs_cv_python3=no \
ovs_cv_sphinx=no \
KARCH=$(LINUX_KARCH) KARCH=$(LINUX_KARCH)
MAKE_FLAGS += \ MAKE_FLAGS += \


Loading…
Cancel
Save