summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
Diffstat (limited to 'apache')
-rw-r--r--apache/apache_2.0.47.oe13
-rw-r--r--apache/apache_2.0.48.oe13
2 files changed, 24 insertions, 2 deletions
diff --git a/apache/apache_2.0.47.oe b/apache/apache_2.0.47.oe
index f22988b62d..fa607b5c60 100644
--- a/apache/apache_2.0.47.oe
+++ b/apache/apache_2.0.47.oe
@@ -15,7 +15,18 @@ CFLAGS_prepend = "-I${STAGING_DIR}/target/include/openssl "
EXTRA_OECONF = --enable-ssl --with-ssl=${STAGING_DIR}/target --enable-dav --enable-dav-fs
do_configure () {
- ./buildconf
+ (cd srclib/apr && ./buildconf)
+ (cd srclib/apr-util && ./buildconf)
+
+ cp srclib/apr/build/config.guess srclib/apr/build/config.sub \
+ srclib/apr/build/PrintPath srclib/apr/build/apr_common.m4 \
+ srclib/apr/build/find_apr.m4 $apu_src_dir/build/find_apu.m4 build
+
+ (cd srclib/pcre && autoconf)
+
+ aclocal -I build
+ autoheader
+ autoconf
oe_runconf
}
diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe
index 2a3fe01f85..880d60c36f 100644
--- a/apache/apache_2.0.48.oe
+++ b/apache/apache_2.0.48.oe
@@ -17,7 +17,18 @@ EXTRA_OECONF = '--enable-ssl --with-ssl=${STAGING_DIR}/target \
--with-z=${STAGING_DIR}/target --with-dbm=db3'
do_configure () {
- ./buildconf
+ (cd srclib/apr && ./buildconf)
+ (cd srclib/apr-util && ./buildconf)
+
+ cp srclib/apr/build/config.guess srclib/apr/build/config.sub \
+ srclib/apr/build/PrintPath srclib/apr/build/apr_common.m4 \
+ srclib/apr/build/find_apr.m4 $apu_src_dir/build/find_apu.m4 build
+
+ (cd srclib/pcre && autoconf)
+
+ aclocal -I build
+ autoheader
+ autoconf
oe_runconf
}