From: Sergey V. Lobanov Date: Tue, 11 Jan 2022 10:44:46 +0000 (+0300) Subject: mblaze: fix build on macos X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4820ec3637f9ef6361b8ff3f49a9cdb781ca52a;p=feed%2Fpackages.git mblaze: fix build on macos redefine OS=Linux due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov --- diff --git a/mail/mblaze/Makefile b/mail/mblaze/Makefile index cbac6031c3..1512ea44cb 100644 --- a/mail/mblaze/Makefile +++ b/mail/mblaze/Makefile @@ -29,6 +29,9 @@ define Package/mblaze/description and interacting with mail messages which are stored in maildir folders. endef +MAKE_FLAGS += \ + OS="Linux" + define Package/mblaze/install $(INSTALL_DIR) $(1)/usr $(CP) $(PKG_INSTALL_DIR)/usr/local/bin $(1)/usr