From 223ce2db77021693a627c8d421168f4795fb5948 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 12 Jan 2011 07:45:25 -0700 Subject: apache2: Fix invoking buildconf It may not have execute set so start it via sh Signed-off-by: Tom Rini --- recipes/apache2/apache2_2.2.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') 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 } -- cgit 1.2.3-korg