apache2-native: doesn't build if native apr is found.
authorAndrew Wilcox <andy@protium.com>
Mon, 11 Dec 2006 14:57:41 +0000 (14:57 +0000)
committerAndrew Wilcox <andy@protium.com>
Mon, 11 Dec 2006 14:57:41 +0000 (14:57 +0000)
packages/apache2/apache2-native_2.2.3.bb

index f961d78..9c6c862 100644 (file)
@@ -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 () {