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
Merge pull request
#2079
from ryzhovau/vnstat_ldflags
vnstat: respect LDFLAGS
lilik-openwrt-22.03
Jo-Philipp Wich
9 years ago
parent
a4d4477c58
5d964c5faa
commit
b652aebd12
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