diff --git a/srcpkgs/elogind/patches/fix-musl.patch b/srcpkgs/elogind/patches/fix-musl.patch deleted file mode 100644 index b66083ada04..00000000000 --- a/srcpkgs/elogind/patches/fix-musl.patch +++ /dev/null @@ -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); diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template index 5698f538522..5238bb50629 100644 --- a/srcpkgs/elogind/template +++ b/srcpkgs/elogind/template @@ -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 " 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"