Browse Source

bmon: Add required compilation flag

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
lilik-openwrt-22.03
Baptiste Jonglez 9 years ago
parent
commit
fcaeaf68de
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/bmon/Makefile

+ 3
- 0
net/bmon/Makefile View 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/


Loading…
Cancel
Save