diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-05 13:25:45 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-05 17:18:51 -0700 |
commit | 5374d8635dc00afa68e6d3467263129f75ce3ffb (patch) | |
tree | c4a2e310c9e240cf987a4381e179babf3880de3d /kernel | |
parent | fdd3f3f7f955266333b1957be93d3cd58a88ef85 (diff) |
squashfs-tools: Pass down TARGET_CFLAGS, CPPFLAGS and LDFLAGs
This fixes build errors with external toolchains that don't
automatically search for headers in STAGING_DIR:
mipsel-linux-gnu-gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -c -o
gzip_wrapper.o gzip_wrapper.c
gzip_wrapper.c:27:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
make[3]: *** [gzip_wrapper.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions