summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/apache2/apache2-native_2.2.3.bb2
1 files changed, 1 insertions, 1 deletions
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 () {