[arch-commits] Commit in erlang-nox/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Wed Jan 26 11:23:24 UTC 2022
Date: Wednesday, January 26, 2022 @ 11:23:23
Author: arodseth
Revision: 1115665
Add -ffat-lto-objects, ref FS#73409
Modified:
erlang-nox/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-26 11:22:54 UTC (rev 1115664)
+++ PKGBUILD 2022-01-26 11:23:23 UTC (rev 1115665)
@@ -7,7 +7,7 @@
pkgname=erlang-nox
pkgver=24.2
-pkgrel=2
+pkgrel=3
_docver=24.2
pkgdesc='General-purpose concurrent functional programming language (headless version)'
arch=(x86_64)
@@ -19,7 +19,7 @@
optdepends=('erlang-unixodbc: database support'
'java-environment: for Java support'
'lksctp-tools: for SCTP support')
-options=(staticlibs !strip)
+options=(staticlibs)
source=(epmd.conf
epmd.service
epmd.socket
@@ -33,6 +33,7 @@
build() {
cd otp
+ export CFLAGS+=' -ffat-lto-objects'
./otp_build autoconf
./configure \
--enable-builtin-zlib \
More information about the arch-commits
mailing list