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

Gaëtan Bisson bisson at archlinux.org
Wed Jun 20 06:41:05 UTC 2018


    Date: Wednesday, June 20, 2018 @ 06:41:04
  Author: bisson
Revision: 327317

fix FS#59055

Modified:
  gts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-20 06:32:25 UTC (rev 327316)
+++ PKGBUILD	2018-06-20 06:41:04 UTC (rev 327317)
@@ -6,7 +6,7 @@
 
 pkgname=gts
 pkgver=0.7.6
-pkgrel=4
+pkgrel=5
 pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles'
 url='http://gts.sourceforge.net/'
 license=('LGPL')
@@ -17,7 +17,7 @@
 
 build() {
 	cd "${pkgname}-${pkgver}"
-	export LDFLAGS=${LDFLAGS//--as-needed,}
+	export LDFLAGS+=' -lm'
 	./configure --prefix=/usr
 	make
 }



More information about the arch-commits mailing list