projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
uClibc: fix issues with libpthread vs libc link order on mips
[openwrt.git]
/
tools
/
squashfs4
/
Makefile
diff --git
a/tools/squashfs4/Makefile
b/tools/squashfs4/Makefile
index
ddbca11
..
04a5456
100644
(file)
--- a/
tools/squashfs4/Makefile
+++ b/
tools/squashfs4/Makefile
@@
-7,11
+7,11
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=squashfs4
include $(TOPDIR)/rules.mk
PKG_NAME:=squashfs4
-PKG_VERSION:=4.
0
+PKG_VERSION:=4.
2
PKG_SOURCE:=squashfs$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/squashfs
PKG_SOURCE:=squashfs$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/squashfs
-PKG_MD5SUM:=
a3c23391da4ebab0ac4a75021ddabf96
+PKG_MD5SUM:=
1b7a781fb4cf8938842279bd3e8ee852
PKG_CAT:=zcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/squashfs$(PKG_VERSION)
PKG_CAT:=zcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/squashfs$(PKG_VERSION)
@@
-20,9
+20,11
@@
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR)/squashfs-tools \
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR)/squashfs-tools \
- USE_LZMA=1 \
- LZMA_CFLAGS="-I$(STAGING_DIR_HOST)/include -DUSE_LZMA" \
+ XZ_SUPPORT=1 \
+ LZMA_XZ_SUPPORT=1 \
+ XATTR_SUPPORT= \
LZMA_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \
LZMA_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \
+ EXTRA_CFLAGS="-I$(STAGING_DIR_HOST)/include" \
mksquashfs unsquashfs
endef
mksquashfs unsquashfs
endef
This page took
0.022762 seconds
and
4
git commands to generate.