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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 10:51:03 UTC 2022


    Date: Sunday, April 24, 2022 @ 10:51:02
  Author: arojas
Revision: 443890

-ffat-lto-objects

Modified:
  ffcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 10:45:41 UTC (rev 443889)
+++ PKGBUILD	2022-04-24 10:51:02 UTC (rev 443890)
@@ -3,11 +3,12 @@
 
 pkgname=ffcall
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="C library for implementing foreign function calls in embedded interpreters"
 arch=('x86_64')
 url="https://www.gnu.org/software/libffcall/"
 license=('GPL2')
+depends=('glibc')
 options=('!makeflags' 'staticlibs')
 source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
 sha256sums=('8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2')
@@ -15,6 +16,7 @@
 build() {
   cd "${srcdir}/lib${pkgname}-${pkgver}"
   [ "$CARCH" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
   make
 }



More information about the arch-commits mailing list