diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-08 16:11:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-08 16:11:20 +0200 |
commit | af850ce10fc490036247a8c0dd92c79f18b2281a (patch) | |
tree | ac2e608f7d34096a9211e6e2d44b36384f38bbd4 /package/squashfs3/squashfs3.mk | |
parent | 395a70f72fbba38df396717f3c930e17d0f920dc (diff) | |
parent | f6c18b97caeeae18ab2d8d19409183c6c905ec94 (diff) | |
download | buildroot-novena-af850ce10fc490036247a8c0dd92c79f18b2281a.tar.gz buildroot-novena-af850ce10fc490036247a8c0dd92c79f18b2281a.zip |
Merge branch 'squashfs-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/squashfs3/squashfs3.mk')
-rw-r--r-- | package/squashfs3/squashfs3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/squashfs3/squashfs3.mk b/package/squashfs3/squashfs3.mk index 5504b1426..69aab1489 100644 --- a/package/squashfs3/squashfs3.mk +++ b/package/squashfs3/squashfs3.mk @@ -18,7 +18,7 @@ define SQUASHFS3_INSTALL_TARGET_CMDS endef define HOST_SQUASHFS3_BUILD_CMDS - $(HOST_MAKE_ENV) $(MAKE) -C $(@D)/squashfs-tools/ + $(HOST_MAKE_ENV) $(MAKE) CFLAGS="$(HOST_CFLAGS)" LDFLAGS="$(HOST_LDFLAGS)" -C $(@D)/squashfs-tools/ endef define HOST_SQUASHFS3_INSTALL_CMDS |