summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb13
1 files changed, 2 insertions, 11 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb
index 42a7b166ec..cf1e4690e8 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb
@@ -31,8 +31,8 @@ CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
31EXTRA_OECONF = "--enable-ssl \ 31EXTRA_OECONF = "--enable-ssl \
32 --with-ssl=${STAGING_LIBDIR}/.. \ 32 --with-ssl=${STAGING_LIBDIR}/.. \
33 --with-expat=${STAGING_LIBDIR}/.. \ 33 --with-expat=${STAGING_LIBDIR}/.. \
34 --with-apr=${WORKDIR}/apr-1-config \ 34 --with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
35 --with-apr-util=${WORKDIR}/apu-1-config \ 35 --with-apr-util=${STAGING_BINDIR_CROSS}/apu-1-config \
36 --enable-info \ 36 --enable-info \
37 --enable-rewrite \ 37 --enable-rewrite \
38 --with-dbm=sdbm \ 38 --with-dbm=sdbm \
@@ -48,15 +48,6 @@ EXTRA_OECONF = "--enable-ssl \
48 --enable-mpms-shared \ 48 --enable-mpms-shared \
49 ac_cv_have_threadsafe_pollset=no" 49 ac_cv_have_threadsafe_pollset=no"
50 50
51do_configure_prepend() {
52 # FIXME: this hack is required to work around an issue with apr/apr-util
53 # Can be removed when fixed in OE-Core (also revert --with-* options above)
54 # see http://bugzilla.yoctoproject.org/show_bug.cgi?id=3267
55 cp ${STAGING_BINDIR_CROSS}/apr-1-config ${STAGING_BINDIR_CROSS}/apu-1-config ${WORKDIR}
56 sed -i -e 's:location=source:location=installed:' ${WORKDIR}/apr-1-config
57 sed -i -e 's:location=source:location=installed:' ${WORKDIR}/apu-1-config
58}
59
60do_install_append() { 51do_install_append() {
61 install -d ${D}/${sysconfdir}/init.d 52 install -d ${D}/${sysconfdir}/init.d
62 cat ${WORKDIR}/init | \ 53 cat ${WORKDIR}/init | \