Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
configure.ac: Check for libsystemd, not libsystemd-daemon.
|
||||
|
||||
Newer versions of systemd do not provide libsystemd-daemon anymore.
|
||||
Therefore, use libsystemd instead.
|
||||
|
||||
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index bb3674e..2b02ef4 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -28,7 +28,7 @@ AC_ARG_WITH([systemd],
|
||||
[], [with_systemd=check])
|
||||
have_systemd=no
|
||||
if test "x$with_systemd" != "xno"; then
|
||||
- PKG_CHECK_MODULES(systemd, [libsystemd-daemon],
|
||||
+ PKG_CHECK_MODULES(systemd, [libsystemd],
|
||||
[AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is available])
|
||||
have_systemd=yes],
|
||||
have_systemd=no)
|
||||
@@ -7,4 +7,4 @@ config BR2_PACKAGE_FCGIWRAP
|
||||
over FastCGI. It hopes to provide clean CGI support to Nginx
|
||||
(and other web servers that may need it).
|
||||
|
||||
https://nginx.localdomain.pl/wiki/FcgiWrap
|
||||
https://github.com/gnosek/fcgiwrap
|
||||
|
||||
2
bsp/buildroot/package/fcgiwrap/fcgiwrap.hash
Normal file
2
bsp/buildroot/package/fcgiwrap/fcgiwrap.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c72f2933669ebd21605975c5a11f26b9739e32e4f9d324fb9e1a1925e9c2ae88 fcgiwrap-99c942c90063c73734e56bacaa65f947772d9186.tar.gz
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FCGIWRAP_VERSION = 1.1.0
|
||||
FCGIWRAP_VERSION = 99c942c90063c73734e56bacaa65f947772d9186
|
||||
FCGIWRAP_SITE = $(call github,gnosek,fcgiwrap,$(FCGIWRAP_VERSION))
|
||||
FCGIWRAP_DEPENDENCIES = host-pkgconf libfcgi
|
||||
FCGIWRAP_LICENSE = MIT
|
||||
FCGIWRAP_LICENSE_FILES = fcgiwrap.c
|
||||
FCGIWRAP_LICENSE_FILES = COPYING
|
||||
FCGIWRAP_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
|
||||
Reference in New Issue
Block a user