mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
2e0e767f93
Fixes #1839
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
LICENSE := BSD
|
|
VERSION := 1.4.38
|
|
DOWNLOADS := lighttpd.archive
|
|
|
|
URL(lighttpd) := http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$(VERSION).tar.gz
|
|
SHA(lighttpd) := c5333bafa266b3cb99c36f2f84dd50139c7aec14
|
|
SIG(lighttpd) := ${URL(lighttpd)}.asc
|
|
KEY(lighttpd) := stbuehler@lighttpd.net
|
|
DIR(lighttpd) := src/app/lighttpd
|
|
|
|
PATCHES := src/app/lighttpd/disable_gethostbyaddr_fcntl.patch
|