diff options
author | Andrew Wilcox <andy@protium.com> | 2006-12-11 14:57:41 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2006-12-11 14:57:41 +0000 |
commit | 0cd1e202e170f7c6f61329427122e51263cf2ca9 (patch) | |
tree | b5a9d417a59b4187c5a306a48290b89e72c8910f /packages/apache2 | |
parent | adf5a49dd346b412db24a3455ac126d345e69185 (diff) |
apache2-native: doesn't build if native apr is found.
Diffstat (limited to 'packages/apache2')
-rw-r--r-- | packages/apache2/apache2-native_2.2.3.bb | 2 |
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 () { |