Build webserver stack using latest versions, from debian:jessie
This commit is contained in:
5
build/scripts/lighttpd.sh
Normal file → Executable file
5
build/scripts/lighttpd.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user