summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-generic.txt
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-05-12 07:27:03 +0400
committerPeter Korsgaard <peter@korsgaard.com>2014-05-12 22:48:58 +0200
commit09322f456b7d00989a6a340a377096499c11e1db (patch)
tree4f937611d066b47166ccde7465c46693253ad249 /docs/manual/adding-packages-generic.txt
parente87c0ded4df0e539c5c1cb0b578dfc2ab2af5e45 (diff)
downloadbuildroot-09322f456b7d00989a6a340a377096499c11e1db.tar.gz
buildroot-09322f456b7d00989a6a340a377096499c11e1db.zip
sqlcipher: fix passing CFLAGS/LDFLAGS to configure
SQLCIPHER_CONF_ENV is a string used to pass environment variables to the confgiure script, '+=' 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) ...". Fixes: http://autobuild.buildroot.net/results/dbf/dbf947ad6442fa8e57201ffcc96871361bf39ad7/ 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-generic.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud