Browse Source

Merge pull request #2079 from ryzhovau/vnstat_ldflags

vnstat: respect LDFLAGS
lilik-openwrt-22.03
Jo-Philipp Wich 9 years ago
parent
commit
b652aebd12
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/vnstat/Makefile

+ 2
- 1
net/vnstat/Makefile View File

@ -63,7 +63,8 @@ endef
define Build/Compile/vnstat
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)"
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
endef
define Build/Compile/vnstati


Loading…
Cancel
Save