projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e636e43
)
mblaze: fix build on macos
author
Sergey V. Lobanov
<sergey@lobanov.in>
Tue, 11 Jan 2022 10:44:46 +0000
(13:44 +0300)
committer
Rosen Penev
<rosenp@gmail.com>
Tue, 11 Jan 2022 22:55:33 +0000
(14:55 -0800)
redefine OS=Linux due to OpenWrt is always Linux
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
mail/mblaze/Makefile
patch
|
blob
|
history
diff --git
a/mail/mblaze/Makefile
b/mail/mblaze/Makefile
index cbac6031c3b8a72ed1784d232054ffa12b5463b8..1512ea44cbe6d74a1f40309a99d9687f3658e8d9 100644
(file)
--- 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