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

Allan McRae allan at archlinux.org
Tue Dec 15 01:46:00 UTC 2015


    Date: Tuesday, December 15, 2015 @ 02:46:00
  Author: allan
Revision: 256091

upgpkg: gmp 6.1.0-3

disable fat builds to fix skylake issues

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-15 00:27:51 UTC (rev 256090)
+++ PKGBUILD	2015-12-15 01:46:00 UTC (rev 256091)
@@ -4,7 +4,7 @@
 
 pkgname=gmp
 pkgver=6.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
 url="http://gmplib.org/"
@@ -21,7 +21,8 @@
 
   ./configure --build=${CHOST} \
     --prefix=/usr \
-    --enable-fat --enable-cxx
+    --enable-cxx
+    # do not --enable-fat - see https://bugs.archlinux.org/task/47284 
   make
 }
 



More information about the arch-commits mailing list