This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
vnstat: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov
9 years ago
parent
15ea770194
commit
5d964c5faa
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
net/vnstat/Makefile
+ 2
- 1
net/vnstat/Makefile
View File
@ -63,7 +63,8 @@ endef
d
e
f
i
n
e
B
u
i
l
d
/
C
o
m
p
i
l
e
/
v
n
s
t
a
t
+
$(
MAKE
)
$(
PKG_JOBS
)
-C
$(
PKG_BUILD_DIR
)
\
$(
TARGET_CONFIGURE_OPTS
)
\
CFLAGS
=
"
$(
TARGET_CFLAGS
)
"
CFLAGS
=
"
$(
TARGET_CFLAGS
)
"
\
LDFLAGS
=
"
$(
TARGET_LDFLAGS
)
"
e
n
d
e
f
d
e
f
i
n
e
B
u
i
l
d
/
C
o
m
p
i
l
e
/
v
n
s
t
a
t
i
Write
Preview
Loading…
Cancel
Save