mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
228e70bb5f
The port of lighttpd at 'ports/src/app/lighttpd' executes the web server directly (w/o using Noux). It is accompanied by the lighttpd.run script. At the current stage, lighttpd is starting up but fails because of an unsupport fcntl call.
7 lines
190 B
PHP
7 lines
190 B
PHP
LIGHTTPD_MAIN := 1
|
|
LIGHTTPD_MAJOR := 4
|
|
LIGHTTPD_MINOR := 31
|
|
LIGHTTPD_VERSION := $(LIGHTTPD_MAIN).$(LIGHTTPD_MAJOR).$(LIGHTTPD_MINOR)
|
|
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
|
|
|