summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/lighttpd-1.4.20-configure.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2008-12-13 10:55:48 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2008-12-13 10:55:48 +0000
commitc04e12dc85380d3bf2235ad81d2a8cd31338ade8 (patch)
tree3b25588998178be48ddfb52e245abe0d4be3060c /package/lighttpd/lighttpd-1.4.20-configure.patch
parentb3af19b799524a3208115b8295719c00a666b626 (diff)
downloadbuildroot-novena-c04e12dc85380d3bf2235ad81d2a8cd31338ade8.tar.gz
buildroot-novena-c04e12dc85380d3bf2235ad81d2a8cd31338ade8.zip
Bump lighttpd to 1.4.20.
Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lighttpd/lighttpd-1.4.20-configure.patch')
-rw-r--r--package/lighttpd/lighttpd-1.4.20-configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lighttpd/lighttpd-1.4.20-configure.patch b/package/lighttpd/lighttpd-1.4.20-configure.patch
new file mode 100644
index 000000000..ecbacd3b7
--- /dev/null
+++ b/package/lighttpd/lighttpd-1.4.20-configure.patch
@@ -0,0 +1,11 @@
+--- lighttpd-1.4.19-org/configure 2008-03-10 21:46:12.000000000 +0000
++++ lighttpd-1.4.19/configure 2008-03-31 06:58:41.000000000 +0000
+@@ -23971,7 +23971,7 @@
+ { echo "$as_me:$LINENO: result: $WITH_PCRE" >&5
+ echo "${ECHO_T}$WITH_PCRE" >&6; }
+
+-if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then
++if test "$WITH_PCRE" != "no"; then
+ # Extract the first word of "pcre-config", so it can be a program name with args.
+ set dummy pcre-config; ac_word=$2
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5