Build webserver stack using latest versions, from debian:jessie

This commit is contained in:
2016-04-05 22:37:00 +01:00
parent d4b7514c3d
commit a429042cdc
85 changed files with 22 additions and 28 deletions

5
build/scripts/lighttpd.sh Normal file → Executable file
View File

@@ -5,14 +5,11 @@ set -x
## Environment
export_env LIGHTTPD_VERSION_MAJOR 1.4
export_env LIGHTTPD_VERSION_MINOR 35
export_env LIGHTTPD_VERSION_MINOR 39
export_env LIGHTTPD_VERSION $LIGHTTPD_VERSION_MAJOR.$LIGHTTPD_VERSION_MINOR
export_env LIGHTTPD_CONFIG /etc/lighttpd/lighttpd.conf
export_env LIGHTTPD_LOG /host/var/log/lighttpd/error.log
## SSL
apt_install_permanent libssl-dev
## Lighthttpd
apt_install_permanent lighttpd
apt-get build-dep -y lighttpd