summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2014-05-30 13:22:05 +0200
committerNicolas Iooss2015-06-27 11:44:56 +0800
commit0e14689503e3bebaa6ee2e7b7a6bc8264bd5c291 (patch)
tree2898f98f7f5c281fcdfc1cc8aeec5df41a0e2768 /PKGBUILD
parentfd88d9e278f38eb12e8b677a7ef918403627884e (diff)
downloadaur-0e14689503e3bebaa6ee2e7b7a6bc8264bd5c291.tar.gz
systemd-selinux 212-3 update
Currently there are bugs in libtool which break systemd build: http://lists.freedesktop.org/archives/systemd-devel/2014-March/017535.html ArchLinux systemd package has been fixed in testing. Backport this change: https://projects.archlinux.org/svntogit/packages.git/commit/trunk/PKGBUILD?h=packages/systemd&id=a85b53ccc7b1b503266f7458c2aeb852403740d5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d637ca622c0..ca42d06cd3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=systemd-selinux
pkgname=('systemd-selinux' 'libsystemd-selinux' 'systemd-sysvcompat-selinux')
pkgver=212
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
groups=('selinux')
@@ -50,6 +50,9 @@ prepare() {
build() {
cd "${pkgname/-selinux}-$pkgver"
+ # LTO currently breaks the build because of libtool failures
+ CFLAGS+=' -fno-lto'
+
./configure \
--libexecdir=/usr/lib \
--localstatedir=/var \