summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch25
1 files changed, 15 insertions, 10 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch b/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
index 92c53f31d..a2bc6e02c 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
+++ b/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch
@@ -1,14 +1,19 @@
1# Author: echo <fei.geng@windriver.com> 1From 5412077c398dec74321388fe6e593a44c4c80de6 Mon Sep 17 00:00:00 2001
2# Date: April 28 2009 2From: echo <fei.geng@windriver.com>
3# Summary:Fix perl install directory to /usr/bin 3Date: Tue, 28 Apr 2009 03:11:06 +0000
4# 4Subject: [PATCH] Fix perl install directory to /usr/bin
5# Upstream-Status: Inappropriate [configuration]
6 5
7Index: httpd-2.4.29/configure.in 6Upstream-Status: Inappropriate [configuration]
8=================================================================== 7
9--- httpd-2.4.29.orig/configure.in 8---
10+++ httpd-2.4.29/configure.in 9 configure.in | 5 +----
11@@ -855,10 +855,7 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, " 10 1 file changed, 1 insertion(+), 4 deletions(-)
11
12diff --git a/configure.in b/configure.in
13index d828512..be7bd25 100644
14--- a/configure.in
15+++ b/configure.in
16@@ -855,10 +855,7 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
12 AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types", 17 AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
13 [Location of the MIME types config file, relative to the Apache root directory]) 18 [Location of the MIME types config file, relative to the Apache root directory])
14 19