[arch-commits] Commit in schroot/trunk (PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Fri Jan 21 18:35:37 UTC 2022
Date: Friday, January 21, 2022 @ 18:35:37
Author: spupykin
Revision: 1112459
upgpkg: schroot 1.6.10-29
LTO fat objects
Modified:
schroot/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-21 18:35:11 UTC (rev 1112458)
+++ PKGBUILD 2022-01-21 18:35:37 UTC (rev 1112459)
@@ -3,7 +3,7 @@
pkgname=schroot
pkgver=1.6.10
-pkgrel=28
+pkgrel=29
pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)."
url="https://packages.qa.debian.org/s/schroot.html"
license=('GPL3')
@@ -50,6 +50,8 @@
build() {
cd ${pkgname}-${pkgver}
+ export CFLAGS="$CFLAGS -ffat-lto-objects"
+ export CXXFLAGS="$CXXFLAGS -ffat-lto-objects"
export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
./configure \
--prefix=/usr \
More information about the arch-commits
mailing list