mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
elogind: update to 227.2.
This commit is contained in:
parent
377b914071
commit
50293d4976
2 changed files with 17 additions and 4 deletions
13
srcpkgs/elogind/patches.off/disable-lto.patch
Normal file
13
srcpkgs/elogind/patches.off/disable-lto.patch
Normal 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\ ]]*],
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'elogind'
|
# Template file for 'elogind'
|
||||||
pkgname=elogind
|
pkgname=elogind
|
||||||
version=226.5
|
version=227.2
|
||||||
revision=2
|
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"
|
||||||
makedepends="libcap-devel libmount-devel libseccomp-devel libblkid-devel pam-devel gettext-devel eudev-libudev-devel glib-devel acl-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"
|
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=5d79cd27b8dfaa163ac29e7b2d2e2f569e170701c1486720a9b6d9d585cad06f
|
checksum=e5f81693dbac865e991268aa33c60e07feb3a76c698b8ab8396213171931dd24
|
||||||
LDFLAGS="-lrt"
|
CFLAGS="-fno-lto"
|
||||||
conf_files="/etc/elogind/logind.conf"
|
conf_files="/etc/elogind/logind.conf"
|
||||||
configure_args+=" --disable-kdbus"
|
configure_args+=" --disable-kdbus"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue