diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 13:18:50 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 13:18:50 +0000 |
commit | d74dfa37fcaa492fa01e3e966323118382c74ede (patch) | |
tree | dd997a6e1ac77421aecf1e1b290b8392acf4920a /package/lighttpd/lighttpd-1.4.19-configure.patch | |
parent | 9f54342f16f8a0fbdfb7186e6035617530769617 (diff) |
update lighttpd
Diffstat (limited to 'package/lighttpd/lighttpd-1.4.19-configure.patch')
-rw-r--r-- | package/lighttpd/lighttpd-1.4.19-configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lighttpd/lighttpd-1.4.19-configure.patch b/package/lighttpd/lighttpd-1.4.19-configure.patch new file mode 100644 index 000000000..ecbacd3b7 --- /dev/null +++ b/package/lighttpd/lighttpd-1.4.19-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 |