lighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 28 May 2007 21:32:16 +0000 (21:32 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 28 May 2007 21:32:16 +0000 (21:32 +0000)
packages/lighttpd/lighttpd/configure.in.patch
packages/lighttpd/lighttpd_1.4.13.bb
packages/lighttpd/lighttpd_1.4.15.bb

index 3387fe5..772103c 100644 (file)
@@ -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)
  
index 504a129..ac063e7 100644 (file)
@@ -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 \
index c759188..ad90d93 100644 (file)
@@ -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 \