elogind: update to 228.3.
This commit is contained in:
parent
dc88a6a1e7
commit
68b79c38e8
|
@ -0,0 +1,26 @@
|
||||||
|
--- src/basic/stdio-util.h.orig 2017-05-16 08:19:59.761131676 +0200
|
||||||
|
+++ src/basic/stdio-util.h 2017-05-16 08:19:49.802148925 +0200
|
||||||
|
@@ -21,7 +21,9 @@
|
||||||
|
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
***/
|
||||||
|
|
||||||
|
+#ifdef __GLIBC__
|
||||||
|
#include <printf.h>
|
||||||
|
+#endif
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
--- src/basic/log.c.orig 2017-05-16 08:23:05.633809741 +0200
|
||||||
|
+++ src/basic/log.c 2017-05-16 10:17:55.577021451 +0200
|
||||||
|
@@ -21,7 +21,11 @@
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#ifdef __GLIBC__
|
||||||
|
#include <printf.h>
|
||||||
|
+#else
|
||||||
|
+#include "parse-printf-format.h"
|
||||||
|
+#endif
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdio.h>
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'elogind'
|
# Template file for 'elogind'
|
||||||
pkgname=elogind
|
pkgname=elogind
|
||||||
version=227.4
|
version=228.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libxslt intltool libtool pkg-config gperf docbook-xsl gettext-devel"
|
hostmakedepends="automake libxslt intltool libtool pkg-config gperf docbook-xsl gettext-devel"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2, MIT"
|
license="GPL-2, LGPL-2, MIT"
|
||||||
homepage="https://github.com/elogind/elogind"
|
homepage="https://github.com/elogind/elogind"
|
||||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=44c26086b91a269de1457afd04416c874dd443ad5c3065ab974c2d9daf541892
|
checksum=8bac23f97b73c8af24b351ed3062241704efa542de8fc44bfdb6783c5567ee60
|
||||||
conf_files="/etc/elogind/logind.conf"
|
conf_files="/etc/elogind/logind.conf"
|
||||||
configure_args+=" --disable-kdbus --disable-lto"
|
configure_args+=" --disable-kdbus --disable-lto"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue