projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ea770
)
vnstat: respect LDFLAGS
2079/head
author
Alexander Ryzhov
<github@ryzhov-al.ru>
Sun, 6 Dec 2015 13:53:51 +0000
(08:53 -0500)
committer
Alexander Ryzhov
<github@ryzhov-al.ru>
Sun, 6 Dec 2015 13:53:51 +0000
(08:53 -0500)
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
net/vnstat/Makefile
patch
|
blob
|
history
diff --git
a/net/vnstat/Makefile
b/net/vnstat/Makefile
index cae144e42e876fc942ceffbfb313c8bc34e3ba96..31edf91166a024ecbec903a6af414c5af93d28a0 100644
(file)
--- a/
net/vnstat/Makefile
+++ b/
net/vnstat/Makefile
@@
-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