diff options
| -rw-r--r-- | meta/recipes-support/apr/apr_1.4.6.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb index 896f79fe36..b7220e0c1f 100644 --- a/meta/recipes-support/apr/apr_1.4.6.bb +++ b/meta/recipes-support/apr/apr_1.4.6.bb | |||
| @@ -33,9 +33,8 @@ FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" | |||
| 33 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten | 33 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten |
| 34 | #when autoconf, so handle it again. | 34 | #when autoconf, so handle it again. |
| 35 | do_configure_append() { | 35 | do_configure_append() { |
| 36 | cd ${S} | 36 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/libtool.m4 |
| 37 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' build/libtool.m4 | 37 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/apr_rules.mk |
| 38 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' build/apr_rules.mk | ||
| 39 | } | 38 | } |
| 40 | 39 | ||
| 41 | do_install_append() { | 40 | do_install_append() { |
