summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch b/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
index da38a8cfd..6c0286457 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
+++ b/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
@@ -1,4 +1,4 @@
1From 419181e242892ded050f5a375a709b9588fb581d Mon Sep 17 00:00:00 2001 1From d2cedfa3394365689a3f7c8cfe8e0dd56b29bed9 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen.kooi@linaro.org> 2From: Koen Kooi <koen.kooi@linaro.org>
3Date: Tue, 17 Jun 2014 09:10:57 +0200 3Date: Tue, 17 Jun 2014 09:10:57 +0200
4Subject: [PATCH] configure: use pkg-config for PCRE detection 4Subject: [PATCH] configure: use pkg-config for PCRE detection
@@ -6,13 +6,12 @@ Subject: [PATCH] configure: use pkg-config for PCRE detection
6Upstream-Status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Koen Kooi <koen.kooi@linaro.org> 8Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
9
10--- 9---
11 configure.in | 27 +++++---------------------- 10 configure.in | 27 +++++----------------------
12 1 file changed, 5 insertions(+), 22 deletions(-) 11 1 file changed, 5 insertions(+), 22 deletions(-)
13 12
14diff --git a/configure.in b/configure.in 13diff --git a/configure.in b/configure.in
15index be7bd25..54dfd0d 100644 14index 9feaceb..dc6ea15 100644
16--- a/configure.in 15--- a/configure.in
17+++ b/configure.in 16+++ b/configure.in
18@@ -215,28 +215,11 @@ fi 17@@ -215,28 +215,11 @@ fi
@@ -49,3 +48,6 @@ index be7bd25..54dfd0d 100644
49 APACHE_SUBST(PCRE_LIBS) 48 APACHE_SUBST(PCRE_LIBS)
50 49
51 AC_MSG_NOTICE([]) 50 AC_MSG_NOTICE([])
51--
522.7.4
53