bmon: Add required compilation flag
authorBaptiste Jonglez <redacted>
Thu, 3 Sep 2015 15:09:58 +0000 (17:09 +0200)
committerBaptiste Jonglez <redacted>
Thu, 3 Sep 2015 15:15:01 +0000 (17:15 +0200)
Signed-off-by: Baptiste Jonglez <redacted>
net/bmon/Makefile

index 01f8f2b0231804b300f869b7109ce8caed86e368..54e7ff34fc349dbac4c8ee02d7bf4412e04ce888 100644 (file)
@@ -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