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
zip: don't link libbz2 even if its there
Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth
11 years ago
parent
2bcd36b0d6
commit
c0b6ec457e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
utils/zip/Makefile
+ 1
- 0
utils/zip/Makefile
View File
@ -49,6 +49,7 @@ define Build/Compile
CFLAGS
=
"
$(
TARGET_CFLAGS
)
"
\
CC
=
"
$(
TARGET_CC
)
$(
TARGET_CFLAGS
)
-O
$(
TARGET_CPPFLAGS
)
-I. -DUNIX
"
\
LD
=
"
$(
TARGET_CC
)
$(
TARGET_LDFLAGS
)
"
\
IZ_BZIP2
=
"no"
\
install
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save