From 8149175b4d2298e25ae77cf7a139573cbafc196e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 2 Nov 2003 04:08:22 +0000 Subject: Fix the apache 2.0.48 build. BKrev: 3fa48336w_1rsOcavDdA2WPY8gw2xw --- apache/apache_2.0.48.oe | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'apache/apache_2.0.48.oe') diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe index e69de29bb2..fecb3dbfd6 100644 --- a/apache/apache_2.0.48.oe +++ b/apache/apache_2.0.48.oe @@ -0,0 +1,31 @@ +SRC_URI = http://ftp.epix.net/apache/httpd/httpd-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/pcre-configure.patch;patch=1 +SECTION = net +DEPENDS = virtual/libc expat openssl zlib db3 +RDEPENDS = libc6 expat openssl zlib db3 + +S = ${WORKDIR}/httpd-${PV} + +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 \ + --with-z=${STAGING_DIR}/target --with-dbm=db3' +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 + touch srclib/pcre/dftables.lo + ${BUILD_CC} -I/usr/include/pcre srclib/pcre/dftables.c -o srclib/pcre/dftables + cd server + ${BUILD_CC} -I${S}/srclib/apr/include -c gen_test_char.c && touch gen_test_char.lo + ${BUILD_CC} -I${S}/os/unix -I${S}/srclib/apr/include -I${S}/srclib/apr-util/include -I${S}/include -c util_debug.c && touch util_debug.lo + ${BUILD_CC} gen_test_char.o util_debug.o -o gen_test_char + /bin/sh ${S}/srclib/apr/libtool --silent --mode=compile ${CC} -DPATH_MAX=4096 -I${S}/srclib/apr/include -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo + /bin/sh ${S}/srclib/apr/libtool --silent --mode=compile ${CC} -DPATH_MAX=4096 -I${S}/os/unix -I${S}/srclib/apr/include -I${S}/srclib/apr-util/include -I${S}/include -prefer-non-pic -static -c util_debug.c && touch util_debug.lo + touch gen_test_char + cd .. + oe_runmake +} -- cgit v1.2.3