diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-28 21:32:16 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-28 21:32:16 +0000 |
commit | e2dbe00132f212ca8fb0178d7c9db858e47afb7c (patch) | |
tree | 9c5eeadcf373f1f86530a6cf23cca4ecdac4230c /packages/lighttpd | |
parent | 58cc2cca5f978b5d0e6cc41e75617166ea62c565 (diff) |
lighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.
Diffstat (limited to 'packages/lighttpd')
-rw-r--r-- | packages/lighttpd/lighttpd/configure.in.patch | 4 | ||||
-rw-r--r-- | packages/lighttpd/lighttpd_1.4.13.bb | 2 | ||||
-rw-r--r-- | packages/lighttpd/lighttpd_1.4.15.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/lighttpd/lighttpd/configure.in.patch b/packages/lighttpd/lighttpd/configure.in.patch index 3387fe5635..772103cf76 100644 --- a/packages/lighttpd/lighttpd/configure.in.patch +++ b/packages/lighttpd/lighttpd/configure.in.patch @@ -7,7 +7,7 @@ Index: lighttpd-1.4.13/configure.in AC_MSG_RESULT([$WITH_PCRE]) -if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then -+#if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then ++if test "$WITH_PCRE" != "no"; then AC_PATH_PROG(PCRECONFIG, pcre-config) - if test x"$PCRECONFIG" != x; then @@ -28,7 +28,7 @@ Index: lighttpd-1.4.13/configure.in - fi -fi +# fi -+#fi ++fi AC_SUBST(PCRE_LIB) diff --git a/packages/lighttpd/lighttpd_1.4.13.bb b/packages/lighttpd/lighttpd_1.4.13.bb index 504a129db8..ac063e7fe5 100644 --- a/packages/lighttpd/lighttpd_1.4.13.bb +++ b/packages/lighttpd/lighttpd_1.4.13.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Web server" SECTION = "net" DEPENDS = "sqlite3 libpcre libxml2" LICENSE = "BSD" -PR = "r5" +PR = "r6" SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.13.tar.gz \ file://configure.in.patch;patch=1 \ diff --git a/packages/lighttpd/lighttpd_1.4.15.bb b/packages/lighttpd/lighttpd_1.4.15.bb index c759188b6b..ad90d934df 100644 --- a/packages/lighttpd/lighttpd_1.4.15.bb +++ b/packages/lighttpd/lighttpd_1.4.15.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Web server" SECTION = "net" LICENSE = "BSD" -PR = "r0" +PR = "r1" SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.15.tar.gz \ file://configure.in.patch;patch=1 \ |