summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-12-29 15:56:02 +0100
committerNicolas Iooss2021-12-29 15:56:02 +0100
commit7c3e6e2be3562fd83641809f94a9760605385f26 (patch)
treef16e1418892d751aa768abd36b7c5aff8cb35b6f
parent2d8774d6d7420c381c999cd6ce3560f34454324c (diff)
downloadaur-7c3e6e2be3562fd83641809f94a9760605385f26.tar.gz
iproute2-selinux 5.15.0-2 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c14bfa1f72f..8402956a6c14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
pkgver = 5.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
arch = aarch64
@@ -16,7 +16,7 @@ pkgbase = iproute2-selinux
optdepends = libcap: tipc
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=5.15.0-1
+ provides = iproute2=5.15.0-2
conflicts = iproute2
options = staticlibs
backup = etc/iproute2/ematch_map
diff --git a/PKGBUILD b/PKGBUILD
index b06a3bf54257..f5f31209c356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=iproute2-selinux
pkgver=5.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
license=('GPL2')
@@ -49,6 +49,8 @@ prepare() {
build() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"
+ export CFLAGS+=' -ffat-lto-objects'
+
# ./configure auto-detects SELinux as a build dependency for "ss":
# https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/configure?h=v5.14.0#n373
./configure