diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 18:10:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 18:10:19 +0100 |
commit | 46b2bb3001ce838ba2483a08418587d8a027f3a9 (patch) | |
tree | b2b618839b5afcc859fcb90556e6f199d9a9a10c /target/tools/squashfs/patches/honour-cflags.patch | |
parent | 88d3e6d6c572143bd95a589a44e30bfefd616b88 (diff) | |
parent | 902ee7e7b23751ca7a8264d36a837aa4aae12032 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/tools/squashfs/patches/honour-cflags.patch')
-rw-r--r-- | target/tools/squashfs/patches/honour-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/tools/squashfs/patches/honour-cflags.patch b/target/tools/squashfs/patches/honour-cflags.patch new file mode 100644 index 000000000..2ee7de909 --- /dev/null +++ b/target/tools/squashfs/patches/honour-cflags.patch @@ -0,0 +1,11 @@ +--- squashfs4.0/squashfs-tools/Makefile~ Sun Apr 5 02:03:12 2009 ++++ squashfs4.0/squashfs-tools/Makefile Fri Jan 7 16:16:46 2011 +@@ -2,7 +2,7 @@ INSTALL_DIR = /usr/local/bin + + INCLUDEDIR = . + +-CFLAGS := -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 ++CFLAGS := -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 ${HOSTCFLAGS} + + all: mksquashfs unsquashfs + |