aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apr/apr_1.3.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/apr/apr_1.3.12.bb')
-rw-r--r--recipes/apr/apr_1.3.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/apr/apr_1.3.12.bb b/recipes/apr/apr_1.3.12.bb
index 60624c9e5b..38ed343ce4 100644
--- a/recipes/apr/apr_1.3.12.bb
+++ b/recipes/apr/apr_1.3.12.bb
@@ -28,7 +28,7 @@ do_install_append() {
cp ${S}/build/apr_rules.mk ${D}${datadir}/apr/
sed -i s,apr_builddir=.*,apr_builddir=,g ${D}${datadir}/apr/apr_rules.mk
sed -i s,apr_builders=.*,apr_builders=,g ${D}${datadir}/apr/apr_rules.mk
- sed -i s,LIBTOOL=.*,LIBTOOL=\$\(SHELL\)\ ${TARGET_PREFIX}libtool,g ${D}${datadir}/apr/apr_rules.mk
+ sed -i s,LIBTOOL=.*,LIBTOOL=\$\(SHELL\)\ ${HOST_SYS}-libtool,g ${D}${datadir}/apr/apr_rules.mk
sed -i s,\$\(apr_builders\),${D}${datadir}/apr/,g ${D}${datadir}/apr/apr_rules.mk
cp ${S}/build/mkdir.sh ${D}${datadir}/apr/
cp ${S}/build/make_exports.awk ${D}${datadir}/apr/