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
tree: use TARGET_{CFLAGS,LDFLAGS} instead of the package default
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
lilik-openwrt-22.03
Toni Uhlig
7 years ago
committed by
Yousong Zhou
parent
e22de081f9
commit
bab87417c9
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
utils/tree/Makefile
+ 4
- 0
utils/tree/Makefile
View File
@ -25,6 +25,10 @@ define Package/tree
DEPENDS:
=
+libc +libgcc
e
n
d
e
f
MAKE_FLAGS
+=
\
CFLAGS
=
"
$(
TARGET_CFLAGS
)
"
\
LDFLAGS
=
"
$(
TARGET_LDFLAGS
)
"
d
e
f
i
n
e
P
a
c
k
a
g
e
/
t
r
e
e
/
i
n
s
t
a
l
l
$(
INSTALL_DIR
)
$(
1
)
/usr/sbin
$(
INSTALL_BIN
)
$(
PKG_BUILD_DIR
)
/tree
$(
1
)
/usr/sbin/
Write
Preview
Loading…
Cancel
Save