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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Jan 21 18:30:17 UTC 2022


    Date: Friday, January 21, 2022 @ 18:30:17
  Author: spupykin
Revision: 1112455

upgpkg: fpc 3.2.2-2
LTO fat objects

Modified:
  fpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 18:30:01 UTC (rev 1112454)
+++ PKGBUILD	2022-01-21 18:30:17 UTC (rev 1112455)
@@ -8,7 +8,7 @@
 
 pkgname=fpc
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
 url="http://www.freepascal.org/"
@@ -22,6 +22,7 @@
 
 build() {
   cd "$srcdir"/fpcbuild-$pkgver
+  export CFLAGS="$CFLAGS -ffat-lto-objects"
   pushd fpcsrc/compiler
   fpcmake -Tall
   popd



More information about the arch-commits mailing list