From: Stijn Tintel Date: Sat, 14 Aug 2021 23:08:09 +0000 (+0300) Subject: fish: don't build docs X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4e35ada04ffc2458258205e17abba9fa33be22bd;p=openwrt-packages.git fish: don't build docs Building docs fails due to fish_indent not being available. As we don't install docs anyway, simply disable docs build. Signed-off-by: Stijn Tintel --- diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 5c937acaf..389141b11 100644 --- a/utils/fish/Makefile +++ b/utils/fish/Makefile @@ -36,6 +36,8 @@ define Package/fish/description configuration required. endef +CMAKE_OPTIONS += -DBUILD_DOCS=NO + define Package/fish/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fish $(1)/usr/bin