elogind: update to 227.2.

This commit is contained in:
Enno Boland 2017-04-25 14:15:47 +02:00
parent 377b914071
commit 50293d4976
2 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,13 @@
--- configure.ac.orig 2017-04-25 13:43:00.222521106 +0200
+++ configure.ac 2017-04-25 13:43:06.527502607 +0200
@@ -216,10 +216,6 @@ AS_CASE([$CC], [*clang*],
-Wno-gnu-variable-sized-type-not-at-end \
])])
-AS_CASE([$CFLAGS], [*-O[[12345sz\ ]]*],
- [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
- -flto])],
- [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
AC_SUBST([OUR_CFLAGS], "$with_cflags $sanitizer_cflags")
AS_CASE([$CFLAGS], [*-O[[12345sz\ ]]*],

View file

@ -1,7 +1,7 @@
# Template file for 'elogind'
pkgname=elogind
version=226.5
revision=2
version=227.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libxslt intltool libtool pkg-config gperf docbook-xsl gettext-devel"
makedepends="libcap-devel libmount-devel libseccomp-devel libblkid-devel pam-devel gettext-devel eudev-libudev-devel glib-devel acl-devel"
@ -11,8 +11,8 @@ 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=5d79cd27b8dfaa163ac29e7b2d2e2f569e170701c1486720a9b6d9d585cad06f
LDFLAGS="-lrt"
checksum=e5f81693dbac865e991268aa33c60e07feb3a76c698b8ab8396213171931dd24
CFLAGS="-fno-lto"
conf_files="/etc/elogind/logind.conf"
configure_args+=" --disable-kdbus"