wok diff lighttpd-ssl/receipt @ rev 24943

BootProg: clear cmdline (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 16:57:09 2022 +0000 (2022-04-20)
parents ede1d184d5c5
children
line diff
     1.1 --- a/lighttpd-ssl/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/lighttpd-ssl/receipt	Wed Apr 20 16:57:09 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd-ssl"
     1.7 -VERSION="1.4.55"
     1.8 +VERSION="1.4.64"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Fast and light HTTP Web server with SSL support."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,8 @@
    1.13  
    1.14  PROVIDE="lighttpd"
    1.15  SUGGESTED="lighttpd-modules perl php python"
    1.16 -DEPENDS="openssl pcre"
    1.17 -BUILD_DEPENDS="bzip2-dev openssl-dev pcre-dev"
    1.18 +DEPENDS="openssl pcre2"
    1.19 +BUILD_DEPENDS="bzip2-dev openssl-dev pcre2-dev"
    1.20  
    1.21  CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd"
    1.22  
    1.23 @@ -53,7 +53,7 @@
    1.24  		   --with-openssl		\
    1.25  		 --enable-shared		\
    1.26  		$CONFIGURE_ARGS &&
    1.27 -	make -j 1 &&
    1.28 +	make &&
    1.29  	make DESTDIR=$DESTDIR install
    1.30  }
    1.31