[oe-commits] org.oe.dev apache2-native: doesn't build if native apr is found.

awilcox commit openembedded-commits at lists.openembedded.org
Mon Dec 11 15:02:12 UTC 2006


apache2-native: doesn't build if native apr is found.

Author: awilcox at openembedded.org
Branch: org.openembedded.dev
Revision: 7168bc90d12251e04fc9d38ea7a8082b002fff93
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7168bc90d12251e04fc9d38ea7a8082b002fff93
Files:
1
packages/apache2/apache2-native_2.2.3.bb
Diffs:

#
# mt diff -rad4e848a7b84675e9075f4e9dfd733e81992a9d5 -r7168bc90d12251e04fc9d38ea7a8082b002fff93
#
# 
# 
# patch "packages/apache2/apache2-native_2.2.3.bb"
#  from [50d480d3bf67b5e552f33a770a91b33b0d14cee5]
#    to [b2e21e21b40cff2b6d6631f3e6843fec7f901b4d]
# 
============================================================
--- packages/apache2/apache2-native_2.2.3.bb	50d480d3bf67b5e552f33a770a91b33b0d14cee5
+++ packages/apache2/apache2-native_2.2.3.bb	b2e21e21b40cff2b6d6631f3e6843fec7f901b4d
@@ -9,7 +9,7 @@ do_configure () {
 S = "${WORKDIR}/httpd-${PV}"
 
 do_configure () {
-	./configure --prefix=${prefix}
+	./configure --with-included-apr --prefix=${prefix}
 }
 
 do_populate_staging () {






More information about the Openembedded-commits mailing list