mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-28 05:35:39 +00:00
16 lines
446 B
Makefile
16 lines
446 B
Makefile
################################################################################
|
|
#
|
|
# libfcgi
|
|
#
|
|
################################################################################
|
|
|
|
LIBFCGI_VERSION = 2.4.0
|
|
LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz
|
|
LIBFCGI_SITE = http://www.fastcgi.com/dist
|
|
LIBFCGI_LICENSE = fcgi license
|
|
LIBFCGI_LICENSE_FILES = LICENSE.TERMS
|
|
LIBFCGI_INSTALL_STAGING = YES
|
|
LIBFCGI_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|