summaryrefslogtreecommitdiffstats
path: root/patches/lighttpd-1.4.22/autoreconf.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/lighttpd-1.4.22/autoreconf.diff')
-rw-r--r--patches/lighttpd-1.4.22/autoreconf.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/lighttpd-1.4.22/autoreconf.diff b/patches/lighttpd-1.4.22/autoreconf.diff
new file mode 100644
index 000000000..4bba4c724
--- /dev/null
+++ b/patches/lighttpd-1.4.22/autoreconf.diff
@@ -0,0 +1,22 @@
+Subject: autoreconf
+From: Marc Kleine-Budde <mkl@penutronix.de>
+
+Signed-of-by: Marc Kleine-Budde <mkl@pengutronix.de>
+
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: lighttpd-1.4.20/configure
+===================================================================
+--- lighttpd-1.4.20.orig/configure
++++ lighttpd-1.4.20/configure
+@@ -24519,7 +24519,7 @@ fi
+ { 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