From 1316a0c0c4fe95bf6abce0b2f6aec32fabf17637 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Tue, 21 Sep 2010 10:16:05 +0200 Subject: [PATCH] apache2: unbreak recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * tested on armv5te / angstrom Signed-off-by: Eric Bénard --- recipes/apache2/apache2_2.2.14.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb index 1c425b70fe..b39f14ca5a 100644 --- a/recipes/apache2/apache2_2.2.14.bb +++ b/recipes/apache2/apache2_2.2.14.bb @@ -1,6 +1,6 @@ SECTION = "net" DESCRIPTION = "The apache v2 web server" -DEPENDS = "apache2-native openssl expat pcre" +DEPENDS = "libtool-native apache2-native openssl expat pcre" RDEPENDS_${PN} += "openssl" PR = "r2" @@ -89,6 +89,11 @@ EXTRA_OECONF = "--enable-ssl \ # # here we over-ride the autotools provided do_configure. # + +do_configure_prepend() { + sed -e 's,libtool libtool15,${TARGET_PREFIX}libtool libtool115,' -i ${S}/srclib/apr/build/buildcheck.sh +} + do_configure() { ( cd srclib/apr; ./buildconf ) oe_runconf -- 2.39.5