systemd: update to 190.
This commit is contained in:
parent
5f8b669ede
commit
e44107cb4c
2 changed files with 3 additions and 18 deletions
|
@ -1,15 +0,0 @@
|
|||
sys/socket.h is required by struct ucred.
|
||||
stddef.h is required by offsetof().
|
||||
|
||||
--- src/journal/journald.h.orig 2012-08-26 09:16:47.178872884 +0200
|
||||
+++ src/journal/journald.h 2012-08-26 09:17:00.879545440 +0200
|
||||
@@ -23,7 +23,9 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <stdbool.h>
|
||||
+#include <stddef.h>
|
||||
|
||||
#include "journal-file.h"
|
||||
#include "hashmap.h"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=189
|
||||
revision=4
|
||||
version=190
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
|
@ -19,7 +19,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license="LGPL-2.1, GPL-2, MIT"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=fec0efd82c9f1bdff6cb9d9811c00830ed890dbe915e79c90ae306cdbd8c4529
|
||||
checksum=2fb2f894b8cd4aa87420517b55d938837111aa47b4a09ea8306f90be1f7277dc
|
||||
long_desc="
|
||||
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
||||
init scripts. systemd provides aggressive parallelization capabilities, uses
|
||||
|
|
Loading…
Reference in a new issue