summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr_1.5.2.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-11-19 19:18:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:30:59 +0000
commit52c314963e0ab90e6c1ced7bf66b06d4c304358a (patch)
tree2b107491c3e86844ca31edf983c901d4ece0684f /meta/recipes-support/apr/apr_1.5.2.bb
parentb1f67c7ea87bb9bd0fb642b33e66ea5595789afc (diff)
downloadopenembedded-core-contrib-52c314963e0ab90e6c1ced7bf66b06d4c304358a.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/apr/apr_1.5.2.bb')
-rw-r--r--meta/recipes-support/apr/apr_1.5.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.5.2.bb b/meta/recipes-support/apr/apr_1.5.2.bb
index 1c61e84e53..db1530530a 100644
--- a/meta/recipes-support/apr/apr_1.5.2.bb
+++ b/meta/recipes-support/apr/apr_1.5.2.bb
@@ -16,6 +16,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
file://run-ptest \
file://upgrade-and-fix-1.5.1.patch \
file://Fix-packet-discards-HTTP-redirect.patch \
+ file://configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch \
"
SRC_URI[md5sum] = "4e9769f3349fe11fc0a5e1b224c236aa"