]> code.ossystems Code Review - openembedded-core.git/commit
apr: fix LTFLAGS to make it work with ccache
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 20 Nov 2015 03:18:19 +0000 (19:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:59 +0000 (21:30 +0000)
commit52c314963e0ab90e6c1ced7bf66b06d4c304358a
tree2b107491c3e86844ca31edf983c901d4ece0684f
parentb1f67c7ea87bb9bd0fb642b33e66ea5595789afc
apr: fix LTFLAGS to make it work with ccache

When ccache is enabled, libtool requires --tag=CC when use ccache,
otherwise when building apr-util with ccache enabled:

| libtool: compile: unable to infer tagged configuration
| libtool: error: specify a tag with '--tag'
| libtool: compile: unable to infer tagged configuration
| make[1]: *** [buckets/apr_buckets.lo] Error 1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/apr/apr/configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch [new file with mode: 0644]
meta/recipes-support/apr/apr_1.5.2.bb