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

Antonio Rojas arojas at archlinux.org
Sat Nov 23 21:13:03 UTC 2019


    Date: Saturday, November 23, 2019 @ 21:13:02
  Author: arojas
Revision: 532379

Fix underlinking

Modified:
  fplll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 20:40:17 UTC (rev 532378)
+++ PKGBUILD	2019-11-23 21:13:02 UTC (rev 532379)
@@ -2,7 +2,7 @@
 
 pkgname=fplll
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lattice algorithms using floating-point arithmetic"
 arch=(x86_64)
 url="https://github.com/fplll/fplll"
@@ -16,6 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  export LDFLAGS+=' -lpthread' # Fix underlinking
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list