[arch-commits] Commit in apparmor/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Feb 3 21:57:40 UTC 2022


    Date: Thursday, February 3, 2022 @ 21:57:39
  Author: dvzrv
Revision: 436164

upgpkg: apparmor 3.0.3-3: Rebuild to add debug package.

Disable LTO as it is broken due to the build system:
https://gitlab.com/apparmor/apparmor/-/issues/214

Modified:
  apparmor/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 21:57:19 UTC (rev 436163)
+++ PKGBUILD	2022-02-03 21:57:39 UTC (rev 436164)
@@ -2,7 +2,7 @@
 
 pkgname=apparmor
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
 arch=(x86_64)
 url="https://gitlab.com/apparmor/apparmor"
@@ -20,6 +20,8 @@
         'etc/apparmor/notify.conf'
         'etc/apparmor/parser.conf'
         'etc/apparmor/severity.db')
+# broken with LTO: https://gitlab.com/apparmor/apparmor/-/issues/214
+options=(debug !lto)
 source=(
   "https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
   "$pkgname-3.0.3-remove_distutils.patch::https://gitlab.com/apparmor/apparmor/-/commit/ab4cfb5e84a95decd06487dc4e59827ddb8ce79d.patch"



More information about the arch-commits mailing list