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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Jan 26 11:09:57 UTC 2022


    Date: Wednesday, January 26, 2022 @ 11:09:57
  Author: arodseth
Revision: 1115657

Add -ffat-lto-objects, ref FS#73409

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 10:54:11 UTC (rev 1115656)
+++ PKGBUILD	2022-01-26 11:09:57 UTC (rev 1115657)
@@ -9,13 +9,13 @@
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
 pkgver=24.2
-pkgrel=2
+pkgrel=3
 _docver=24.2
 arch=(x86_64)
 url='https://erlang.org'
 license=(Apache)
 makedepends=(fop git glu java-environment libxslt lksctp-tools mesa perl unixodbc wxgtk3)
-options=(staticlibs !strip)
+options=(staticlibs)
 source=(epmd.conf
         epmd.service
         epmd.socket
@@ -38,6 +38,7 @@
 }
 
 build() {
+  export CFLAGS+=' -ffat-lto-objects'
   export PATH="$srcdir/bin:$PATH"
   export WX_GKT_VER="3.0"
   cd otp



More information about the arch-commits mailing list