diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 13:45:28 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 13:45:28 +0100 |
| commit | 850ed0a79fd5c91ac6d037b151cd6ce314a3871f (patch) | |
| tree | ccb68032bb48b993d3e6b79cba0dc842e5b044c1 /tools/squashfs/Makefile | |
| parent | c0c6f1a00ae612aca71a9c404056ff5656263513 (diff) | |
| parent | f71d123ae12dad7f1b3df2be6e8a9353f12901da (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/squashfs/Makefile')
| -rw-r--r-- | tools/squashfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/squashfs/Makefile b/tools/squashfs/Makefile index 423008ff8..06e4215b7 100644 --- a/tools/squashfs/Makefile +++ b/tools/squashfs/Makefile @@ -18,7 +18,7 @@ install: ${STAGING_HOST_DIR}/usr/bin/mksquashfs $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared ${MAKE} -C ${WRKBUILD}/squashfs-tools CC='${CC_FOR_BUILD}' \ - XZ_SUPPORT=1 CPPFLAGS_FOR_BUILD=$(CPPFLAGS_FOR_BUILD) \ + XATTR_SUPPORT=0 XZ_SUPPORT=1 CPPFLAGS_FOR_BUILD=$(CPPFLAGS_FOR_BUILD) \ EXTRA_LDFLAGS=$(LDFLAGS_FOR_BUILD) @touch $@ |
