summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-02 22:16:42 +0000
committerChris Larson <clarson@kergoth.com>2004-01-02 22:16:42 +0000
commitd20d9914ea43abaf0d6c6e9cf18d91faf0431da2 (patch)
treef767068b61d823ccd539bd164a9d6b7987c54370 /apache
parentc9ba991a3c115f59afea73879ba8ffc8eb13d4a0 (diff)
Various build bugfixes, as spotted in my recent oemake run.
BKrev: 3ff5edcaWEB85eU9ztdxwMRHWdMo1A
Diffstat (limited to 'apache')
-rw-r--r--apache/apache_2.0.47.oe6
-rw-r--r--apache/apache_2.0.48.oe6
2 files changed, 12 insertions, 0 deletions
diff --git a/apache/apache_2.0.47.oe b/apache/apache_2.0.47.oe
index 7b130a0588..f22988b62d 100644
--- a/apache/apache_2.0.47.oe
+++ b/apache/apache_2.0.47.oe
@@ -13,6 +13,12 @@ inherit autotools libtool
CFLAGS_append = " -DPATH_MAX=4096"
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
+ oe_runconf
+}
+
do_compile () {
touch srclib/apr-util/uri/gen_uri_delims.lo
${BUILD_CC} srclib/apr-util/uri/gen_uri_delims.c -o srclib/apr-util/uri/gen_uri_delims
diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe
index a6a4ad2b18..2a3fe01f85 100644
--- a/apache/apache_2.0.48.oe
+++ b/apache/apache_2.0.48.oe
@@ -15,6 +15,12 @@ CFLAGS_prepend = "-I${STAGING_DIR}/target/include/openssl "
EXTRA_OECONF = '--enable-ssl --with-ssl=${STAGING_DIR}/target \
--enable-dav --enable-dav-fs \
--with-z=${STAGING_DIR}/target --with-dbm=db3'
+
+do_configure () {
+ ./buildconf
+ oe_runconf
+}
+
do_compile () {
touch srclib/apr-util/uri/gen_uri_delims.lo
${BUILD_CC} srclib/apr-util/uri/gen_uri_delims.c -o srclib/apr-util/uri/gen_uri_delims