initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
Link libfcgi against the math library.
|
||||
|
||||
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
|
||||
[Louis: rebase on top of 2.4.2]
|
||||
Signed-off-by: Louis Rannou <louis.rannou@smile.fr>
|
||||
|
||||
Index: b/libfcgi/Makefile.am
|
||||
===================================================================
|
||||
--- a/libfcgi/Makefile.am
|
||||
+++ b/libfcgi/Makefile.am
|
||||
@@ -18,4 +18,5 @@
|
||||
os_@SYSTEM@.c
|
||||
libfcgi_la_CC = @PTHREAD_CC@
|
||||
libfcgi_la_CFLAGS = @PTHREAD_CFLAGS@
|
||||
+libfcgi_la_LIBADD = -lm
|
||||
libfcgi_la_LDFLAGS = @EXTRA_LIBS@ -no-undefined
|
||||
|
||||
libfcgi___la_SOURCES = $(INCLUDE_FILES) \
|
||||
@@ -0,0 +1,21 @@
|
||||
Common subdirectories: libfcgi-2.4.0.orig/cgi-fcgi and libfcgi-2.4.0/cgi-fcgi
|
||||
Common subdirectories: libfcgi-2.4.0.orig/doc and libfcgi-2.4.0/doc
|
||||
Common subdirectories: libfcgi-2.4.0.orig/examples and libfcgi-2.4.0/examples
|
||||
Common subdirectories: libfcgi-2.4.0.orig/images and libfcgi-2.4.0/images
|
||||
Common subdirectories: libfcgi-2.4.0.orig/include and libfcgi-2.4.0/include
|
||||
Common subdirectories: libfcgi-2.4.0.orig/java and libfcgi-2.4.0/java
|
||||
Common subdirectories: libfcgi-2.4.0.orig/libfcgi and libfcgi-2.4.0/libfcgi
|
||||
diff -du libfcgi-2.4.0.orig/Makefile.am libfcgi-2.4.0/Makefile.am
|
||||
--- libfcgi-2.4.0.orig/Makefile.am 2001-12-22 14:05:39.000000000 +0100
|
||||
+++ libfcgi-2.4.0/Makefile.am 2014-07-19 16:56:21.935216540 +0200
|
||||
@@ -4,7 +4,7 @@
|
||||
# $Id: Makefile.am,v 1.7 2001/12/22 13:05:39 robs Exp $
|
||||
#
|
||||
|
||||
-SUBDIRS = libfcgi cgi-fcgi examples include
|
||||
+SUBDIRS = libfcgi cgi-fcgi include
|
||||
|
||||
include_HEADERS = fcgi_config.h
|
||||
|
||||
Common subdirectories: libfcgi-2.4.0.orig/perl and libfcgi-2.4.0/perl
|
||||
Common subdirectories: libfcgi-2.4.0.orig/Win32 and libfcgi-2.4.0/Win32
|
||||
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBFCGI
|
||||
bool "libfcgi"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
FCGI, a fastcgi developer library for C/C++
|
||||
|
||||
https://fastcgi-archives.github.io/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc libfcgi-2.4.2.tar.gz
|
||||
sha256 f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81 LICENSE.TERMS
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libfcgi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFCGI_VERSION = 2.4.2
|
||||
LIBFCGI_SITE = $(call github,FastCGI-Archives,fcgi2,$(LIBFCGI_VERSION))
|
||||
LIBFCGI_LICENSE = OML
|
||||
LIBFCGI_LICENSE_FILES = LICENSE.TERMS
|
||||
LIBFCGI_CPE_ID_VENDOR = fastcgi
|
||||
LIBFCGI_CPE_ID_PRODUCT = fcgi
|
||||
LIBFCGI_INSTALL_STAGING = YES
|
||||
LIBFCGI_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user