]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:32:09 +0000 (21:32 +0000)
commitdedabc1f36bfa96889d5b6746e7e1bf42f613101
treeb06cbbeb1630972f1e6dd1eb42e039f8729bb348
parent9470956e686bfdaf41bf6488a9c3598436693d66
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

(From OE-Core rev: 52c314963e0ab90e6c1ced7bf66b06d4c304358a)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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