[Buildroot] [PATCH 0/4] fix environment variables passing to configure/make

Max Filippov jcmvbkbc at gmail.com
Mon May 12 03:27:02 UTC 2014


Hi,

this series fixes erroneous usage of the 'CFLAGS+="..."' pattern in configure
and make steps, replacing it with 'CFLAGS="$(TARGET_CFLAGS) ..."'.

This fixes one issue reported by autobuilder and makes build commands look
correct in other cases.

Max Filippov (4):
  sqlcipher: fix passing CFLAGS/LDFLAGS to configure
  libcgroup: fix passing CFLAGS/LDFLAGS to configure
  ebtables: fix passing CFLAGS to configure
  sysstat: fix passing CFLAGS to make

 package/ebtables/ebtables.mk   |    4 ++--
 package/libcgroup/libcgroup.mk |    4 ++--
 package/sqlcipher/sqlcipher.mk |    4 ++--
 package/sysstat/sysstat.mk     |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.7.6



More information about the buildroot mailing list