mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #2079 from ryzhovau/vnstat_ldflags
vnstat: respect LDFLAGS
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user