wok-6.x rev 16000
lighttpd: fic typo in HOST_ARCH
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 02 19:09:41 2014 +0100 (2014-03-02) |
parents | 0fa6869e0b4b |
children | 9fdf99385a95 |
files | lighttpd-modules/receipt lighttpd-ssl/receipt lighttpd/receipt |
line diff
1.1 --- a/lighttpd-modules/receipt Sun Mar 02 18:47:57 2014 +0100 1.2 +++ b/lighttpd-modules/receipt Sun Mar 02 19:09:41 2014 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="BSD" 1.5 WANTED="lighttpd" 1.6 WEB_SITE="http://www.lighttpd.net/" 1.7 -HOST_ARCH="i468 arm" 1.8 +HOST_ARCH="i486 arm" 1.9 1.10 DEPENDS="lighttpd bzip2 zlib" 1.11
2.1 --- a/lighttpd-ssl/receipt Sun Mar 02 18:47:57 2014 +0100 2.2 +++ b/lighttpd-ssl/receipt Sun Mar 02 19:09:41 2014 +0100 2.3 @@ -13,7 +13,7 @@ 2.4 WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" 2.5 CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" 2.6 PROVIDE="lighttpd" 2.7 -HOST_ARCH="i468 arm" 2.8 +HOST_ARCH="i486 arm" 2.9 2.10 DEPENDS="pcre openssl" 2.11 BUILD_DEPENDS="pcre-dev bzip2-dev openssl-dev"
3.1 --- a/lighttpd/receipt Sun Mar 02 18:47:57 2014 +0100 3.2 +++ b/lighttpd/receipt Sun Mar 02 19:09:41 2014 +0100 3.3 @@ -11,7 +11,7 @@ 3.4 WEB_SITE="http://www.lighttpd.net/" 3.5 WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" 3.6 CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" 3.7 -HOST_ARCH="i468 arm" 3.8 +HOST_ARCH="i486 arm" 3.9 3.10 DEPENDS="pcre" 3.11 BUILD_DEPENDS="pcre-dev bzip2-dev"