We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98930c commit 6a7006aCopy full SHA for 6a7006a
srcpkgs/elogind/template
@@ -1,7 +1,7 @@
1
# Template file for 'elogind'
2
pkgname=elogind
3
version=252.9
4
-revision=2
+revision=3
5
build_style=meson
6
configure_args="-Dcgroup-controller=elogind -Ddefault-hierarchy=legacy
7
-Ddefault-kill-user-processes=false -Dhalt-path=/usr/bin/halt
@@ -23,6 +23,8 @@ conf_files="/etc/elogind/*.conf"
23
# tests fail differently due to containerization and kernel features
24
make_check=ci-skip
25
26
+CFLAGS+=" -D_LARGEFILE64_SOURCE"
27
+
28
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
29
makedepends+=" libxcrypt-devel"
30
fi
0 commit comments