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

2022-04-24 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2022-04-24 10:45:41 UTC (rev 443889)
+++ PKGBUILD2022-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
 }



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

2021-07-16 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 17:33:11
  Author: felixonmars
Revision: 419793

upgpkg: ffcall 2.4-1

Modified:
  ffcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 17:29:48 UTC (rev 419792)
+++ PKGBUILD2021-07-16 17:33:11 UTC (rev 419793)
@@ -2,7 +2,7 @@
 # Contributor: Michael Baehr 
 
 pkgname=ffcall
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc="C library for implementing foreign function calls in embedded 
interpreters"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 options=('!makeflags' 'staticlibs')
 source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
-sha256sums=('81e7e9862e342053b62004e1788b49e80defaa3186d0352cccf6e6b77c823ef2')
+sha256sums=('8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2')
 
 build() {
   cd "${srcdir}/lib${pkgname}-${pkgver}"



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

2021-06-10 Thread Felix Yan via arch-commits
Date: Thursday, June 10, 2021 @ 22:50:12
  Author: felixonmars
Revision: 417929

upgpkg: ffcall 2.3-1

Modified:
  ffcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-10 22:45:52 UTC (rev 417928)
+++ PKGBUILD2021-06-10 22:50:12 UTC (rev 417929)
@@ -2,8 +2,8 @@
 # Contributor: Michael Baehr 
 
 pkgname=ffcall
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="C library for implementing foreign function calls in embedded 
interpreters"
 arch=('x86_64')
 url="https://www.gnu.org/software/libffcall/;
@@ -10,7 +10,7 @@
 license=('GPL2')
 options=('!makeflags' 'staticlibs')
 source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
-sha256sums=('ebfa37f97b6c94fac24ecf3193f9fc829517cf81aee9ac2d191af993d73cb747')
+sha256sums=('81e7e9862e342053b62004e1788b49e80defaa3186d0352cccf6e6b77c823ef2')
 
 build() {
   cd "${srcdir}/lib${pkgname}-${pkgver}"