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

Sergej Pupykin spupykin at gemini.archlinux.org
Mon Feb 7 19:26:42 UTC 2022


    Date: Monday, February 7, 2022 @ 19:26:42
  Author: spupykin
Revision: 1128555

upgpkg: musl 1.2.2-2

Modified:
  musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 19:26:27 UTC (rev 1128554)
+++ PKGBUILD	2022-02-07 19:26:42 UTC (rev 1128555)
@@ -4,7 +4,7 @@
 
 pkgname=musl
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight implementation of C standard library'
 arch=('x86_64')
 url='https://www.musl-libc.org/'
@@ -19,7 +19,8 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr/lib/musl \
     --exec-prefix=/usr \
-    --enable-wrapper=all
+    --enable-wrapper=all \
+    CFLAGS="-ffat-lto-objects"
   make
 }
 



More information about the arch-commits mailing list