elogind: update to 227.4.
This commit is contained in:
parent
15cf7c92dd
commit
2d5dc0a7a6
|
@ -1,15 +0,0 @@
|
||||||
diff --git a/src/shared/pager.c b/src/shared/pager.c
|
|
||||||
index bc2d0372c..d84a7e073 100644
|
|
||||||
--- src/shared/pager.c
|
|
||||||
+++ src/shared/pager.c
|
|
||||||
@@ -150,8 +150,8 @@ void pager_close(void) {
|
|
||||||
return;
|
|
||||||
|
|
||||||
/* Inform pager that we are done */
|
|
||||||
- stdout = safe_fclose(stdout);
|
|
||||||
- stderr = safe_fclose(stderr);
|
|
||||||
+ (void) safe_fclose(stdout);
|
|
||||||
+ (void) safe_fclose(stderr);
|
|
||||||
|
|
||||||
(void) kill(pager_pid, SIGCONT);
|
|
||||||
(void) wait_for_terminate(pager_pid, NULL);
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'elogind'
|
# Template file for 'elogind'
|
||||||
pkgname=elogind
|
pkgname=elogind
|
||||||
version=227.3
|
version=227.4
|
||||||
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=f2911417d1d81f95cb4fdf48faf52b554abe55dc764518fcbe0c9c22707ac2fb
|
checksum=44c26086b91a269de1457afd04416c874dd443ad5c3065ab974c2d9daf541892
|
||||||
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