From: Andrew Wilcox Date: Mon, 11 Dec 2006 14:57:41 +0000 (+0000) Subject: apache2-native: doesn't build if native apr is found. X-Git-Tag: Release-2010-05/1~9453^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd1e202e170f7c6f61329427122e51263cf2ca9;p=openembedded.git apache2-native: doesn't build if native apr is found. --- diff --git a/packages/apache2/apache2-native_2.2.3.bb b/packages/apache2/apache2-native_2.2.3.bb index f961d7863a..9c6c862ad7 100644 --- a/packages/apache2/apache2-native_2.2.3.bb +++ b/packages/apache2/apache2-native_2.2.3.bb @@ -9,7 +9,7 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2" S = "${WORKDIR}/httpd-${PV}" do_configure () { - ./configure --prefix=${prefix} + ./configure --with-included-apr --prefix=${prefix} } do_populate_staging () {