vnstat: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
parent
15ea770194
commit
5d964c5faa
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ endef
|
||||||
define Build/Compile/vnstat
|
define Build/Compile/vnstat
|
||||||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)"
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile/vnstati
|
define Build/Compile/vnstati
|
||||||
|
|
Loading…
Reference in a new issue