projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/busybox: fix endianes issue under FreeBSD 8.1
[openwrt.git]
/
tools
/
squashfs4
/
Makefile
diff --git
a/tools/squashfs4/Makefile
b/tools/squashfs4/Makefile
index
f172d3b
..
ddbca11
100644
(file)
--- a/
tools/squashfs4/Makefile
+++ b/
tools/squashfs4/Makefile
@@
-20,6
+20,9
@@
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR)/squashfs-tools \
+ USE_LZMA=1 \
+ LZMA_CFLAGS="-I$(STAGING_DIR_HOST)/include -DUSE_LZMA" \
+ LZMA_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \
mksquashfs unsquashfs
endef
This page took
0.022713 seconds
and
4
git commands to generate.