git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf5a49
)
apache2-native: doesn't build if native apr is found.
author
Andrew Wilcox
<andy@protium.com>
Mon, 11 Dec 2006 14:57:41 +0000
(14:57 +0000)
committer
Andrew Wilcox
<andy@protium.com>
Mon, 11 Dec 2006 14:57:41 +0000
(14:57 +0000)
packages/apache2/apache2-native_2.2.3.bb
patch
|
blob
|
history
diff --git
a/packages/apache2/apache2-native_2.2.3.bb
b/packages/apache2/apache2-native_2.2.3.bb
index
f961d78
..
9c6c862
100644
(file)
--- 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 () {