projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bcd36b
)
zip: don't link libbz2 even if its there
author
Steven Barth
<
[email protected]
>
Fri, 13 Jun 2014 08:43:10 +0000
(10:43 +0200)
committer
Steven Barth
<
[email protected]
>
Fri, 13 Jun 2014 08:43:10 +0000
(10:43 +0200)
Signed-off-by: Steven Barth <
[email protected]
>
utils/zip/Makefile
patch
|
blob
|
history
diff --git
a/utils/zip/Makefile
b/utils/zip/Makefile
index e4f311935f81912a280f6124328fe3e1bab5380e..540285a9bdd4b73ad0984abdbff10bd015b85fd8 100644
(file)
--- a/
utils/zip/Makefile
+++ b/
utils/zip/Makefile
@@
-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
endef