git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b7cec79
)
bmon: Add required compilation flag
author
Baptiste Jonglez
<redacted>
Thu, 3 Sep 2015 15:09:58 +0000
(17:09 +0200)
committer
Baptiste Jonglez
<redacted>
Thu, 3 Sep 2015 15:15:01 +0000
(17:15 +0200)
Signed-off-by: Baptiste Jonglez <redacted>
net/bmon/Makefile
patch
|
blob
|
history
diff --git
a/net/bmon/Makefile
b/net/bmon/Makefile
index 01f8f2b0231804b300f869b7109ce8caed86e368..54e7ff34fc349dbac4c8ee02d7bf4412e04ce888 100644
(file)
--- a/
net/bmon/Makefile
+++ b/
net/bmon/Makefile
@@
-40,6
+40,9
@@
CONFIGURE_ARGS += \
CONFIGURE_VARS += \
ac_cv_lib_nl_nl_connect=no \
+# Needed to compile some objects
+TARGET_CFLAGS+= -std=gnu99
+
define Package/bmon/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/bmon $(1)/usr/sbin/
git clone https://git.99rst.org/PROJECT