diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-05-12 07:27:06 +0400 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-12 22:49:42 +0200 |
commit | bb7271b9fe7e4fc3611e9ae0f3cf3171149a8ec0 (patch) | |
tree | 8f26b9ebe96b51ad0485054a4646098130ec44cb /docs/manual/adding-packages-python.txt | |
parent | 10fa142d1ec3f0a6163fb1903003d5fb78f843f5 (diff) | |
download | buildroot-bb7271b9fe7e4fc3611e9ae0f3cf3171149a8ec0.tar.gz buildroot-bb7271b9fe7e4fc3611e9ae0f3cf3171149a8ec0.zip |
sysstat: fix passing CFLAGS to make
SYSSTAT_MAKE_OPT is a string used to pass options to make, '+=' operator
doesn't have any special meaning inside it, so CFLAGS+=... is passed to
shell, overwriting previous CFLAGS value.
Replace CFLAGS+="..." with CFLAGS="$(TARGET_CFLAGS) ...".
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/adding-packages-python.txt')
0 files changed, 0 insertions, 0 deletions