mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
apache2: add from OE-Classic, update to version 2.4.2 and fix
* Enable threading for PHP * Backport a number of patches * Use apachectl in init script * Install modules into a sane location * Ensure apxs script is installed into sysroot in crossscripts directory and modified so that it works for building PHP * Install httpd executable for native version so that PHP configure script can call it * Rename server-makefile-patch to server-makefile.patch and drop apply=yes * Add LIC_FILES_CHKSUM * Fix packaging QA warnings * Add LSB headers to init script * Clean out some cruft and move packaging stuff after do_install Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# Author: echo <fei.geng@windriver.com>
|
||||
# Date: April 28 2009
|
||||
# Summary:Fix perl install directory to /usr/bin
|
||||
#
|
||||
# Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -22365,13 +22365,7 @@
|
||||
#define APACHE_MPM_DIR "$MPM_DIR"
|
||||
_ACEOF
|
||||
|
||||
-
|
||||
-perlbin=`$ac_aux_dir/PrintPath perl`
|
||||
-if test "x$perlbin" = "x"; then
|
||||
- perlbin="/replace/with/path/to/perl/interpreter"
|
||||
-fi
|
||||
-
|
||||
-
|
||||
+perlbin='/usr/bin/perl'
|
||||
|
||||
BSD_MAKEFILE=no
|
||||
ap_make_include=include
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -638,10 +638,7 @@
|
||||
AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
|
||||
[Location of the source for the current MPM])
|
||||
|
||||
-perlbin=`$ac_aux_dir/PrintPath perl`
|
||||
-if test "x$perlbin" = "x"; then
|
||||
- perlbin="/replace/with/path/to/perl/interpreter"
|
||||
-fi
|
||||
+perlbin='/usr/bin/perl'
|
||||
AC_SUBST(perlbin)
|
||||
|
||||
dnl If we are running on BSD/OS, we need to use the BSD .include syntax.
|
||||
Reference in New Issue
Block a user