elogind: update to 229.4.

This commit is contained in:
Enno Boland 2017-06-06 09:57:14 +02:00
parent aeaafb881f
commit c87fb54354
2 changed files with 2 additions and 19 deletions

View file

@ -1,17 +0,0 @@
diff --git a/src/basic/fs-util.h b/src/basic/fs-util.h
index 294d617cd..2000b38a9 100644
--- src/basic/fs-util.h
+++ src/basic/fs-util.h
@@ -51,7 +51,12 @@ int fchmod_umask(int fd, mode_t mode);
int fd_warn_permissions(const char *path, int fd);
+#ifdef __GLIBC__
#define laccess(path, mode) faccessat(AT_FDCWD, (path), (mode), AT_SYMLINK_NOFOLLOW)
+#else
+#define laccess(path, mode) faccessat(AT_FDCWD, (path), (mode), 0)
+#endif
+
int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode);
int touch(const char *path);

View file

@ -1,6 +1,6 @@
# Template file for 'elogind'
pkgname=elogind
version=229.3
version=229.4
revision=1
build_style=gnu-configure
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"
homepage="https://github.com/elogind/elogind"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=8506145e6071a637aec91276e19cd932b3d9cd297c8e833f7b08b8d53fd7a1d7
checksum=a34012b087d1da4a5c23ab66a3debe34a4dc01cf61fd4ba91a28a9579aafa2ed
conf_files="/etc/elogind/logind.conf"
configure_args+=" --disable-kdbus --disable-lto"