8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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))
|