aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apr/apr-util_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/apr/apr-util_1.3.4.bb')
-rw-r--r--recipes/apr/apr-util_1.3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/apr/apr-util_1.3.4.bb b/recipes/apr/apr-util_1.3.4.bb
index 3a2284c4d0..a2c8211fd0 100644
--- a/recipes/apr/apr-util_1.3.4.bb
+++ b/recipes/apr/apr-util_1.3.4.bb
@@ -30,7 +30,7 @@ do_configure_prepend() {
do_configure_append() {
sed -i -e s:apr_builders=/usr/share/build-1:apr_builders=${STAGING_DATADIR}/build-1:g ${S}/build/rules.mk
sed -i /^LIBTOOL/d ${S}/build/rules.mk
- echo LIBTOOL="${TARGET_PREFIX}libtool --tag=CC" >> ${S}/build/rules.mk
+ echo LIBTOOL="${HOST_SYS}-libtool --tag=CC" >> ${S}/build/rules.mk
}