Browse Source

mblaze: fix build on macos

redefine OS=Linux due to OpenWrt is always Linux

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
lilik-openwrt-22.03
Sergey V. Lobanov 2 years ago
committed by Rosen Penev
parent
commit
b4820ec363
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mail/mblaze/Makefile

+ 3
- 0
mail/mblaze/Makefile View File

@ -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


Loading…
Cancel
Save