mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
The fcgi license is covered by SPDX, the identifier however is not
obvious.
For details, see https://spdx.org/licenses/OML.html
[Peter: add spdx.org link]
Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit b13d9ab380)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
437 B
Makefile
16 lines
437 B
Makefile
################################################################################
|
|
#
|
|
# libfcgi
|
|
#
|
|
################################################################################
|
|
|
|
LIBFCGI_VERSION = 2.4.0
|
|
LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz
|
|
LIBFCGI_SITE = http://www.fastcgi.com/dist
|
|
LIBFCGI_LICENSE = OML
|
|
LIBFCGI_LICENSE_FILES = LICENSE.TERMS
|
|
LIBFCGI_INSTALL_STAGING = YES
|
|
LIBFCGI_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|