aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apache2/apache2_2.2.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/apache2/apache2_2.2.14.bb')
-rw-r--r--recipes/apache2/apache2_2.2.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb
index b39f14ca5a..a78c373c01 100644
--- a/recipes/apache2/apache2_2.2.14.bb
+++ b/recipes/apache2/apache2_2.2.14.bb
@@ -95,7 +95,7 @@ do_configure_prepend() {
}
do_configure() {
- ( cd srclib/apr; ./buildconf )
+ ( cd srclib/apr; sh ./buildconf )
oe_runconf
}