diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-05-12 07:27:05 +0400 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-12 22:49:16 +0200 |
commit | 10fa142d1ec3f0a6163fb1903003d5fb78f843f5 (patch) | |
tree | 58d64d1e13d2b7c1e4d4ba1dd9e393e6765184fd /docs/manual/using.txt | |
parent | 66a87eea361ef121ff09074e937181d9cd89fe32 (diff) | |
download | buildroot-10fa142d1ec3f0a6163fb1903003d5fb78f843f5.tar.gz buildroot-10fa142d1ec3f0a6163fb1903003d5fb78f843f5.zip |
ebtables: fix passing CFLAGS to configure
EBTABLES_K64U32 is a string passed directly to the configure script,
'+=' operator doesn't have any special meaningi inside it, so
CFLAGS+=-DKERNEL_64_USERSPACE_32 is passed to shell, overwriting previous
CFLAGS value.
Replace CFLAGS+="-DKERNEL_64_USERSPACE_32" with -DKERNEL_64_USERSPACE_32
and pass CFLAGS="$(TARGET_CFLAGS) $(EBTABLES_K64U32)".
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/using.txt')
0 files changed, 0 insertions, 0 deletions