Date: Friday, June 5, 2020 @ 19:26:29 Author: arojas Revision: 639188
flint 2.6 rebuild Modified: gap/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-05 18:55:06 UTC (rev 639187) +++ PKGBUILD 2020-06-05 19:26:29 UTC (rev 639188) @@ -5,7 +5,7 @@ pkgbase=gap pkgname=(gap gap-doc gap-packages) pkgver=4.11.0 -pkgrel=2 +pkgrel=3 pkgdesc="Groups, Algorithms, Programming: a system for computational discrete algebra" arch=(x86_64) url="https://www.gap-system.org/" @@ -53,6 +53,7 @@ libtool --mode=install install libgap.la "$srcdir"/gap-$pkgver/tmp-install cd pkg + export CFLAGS+=" -fcommon" # Fix anupq and cohomolo build with GCC 10 export CXXFLAGS+=" -I/usr/include/cxsc" # Find c-xsc headers export LDFLAGS+=" -L$srcdir/gap-$pkgver/tmp-install -lgap" # See https://trac.sagemath.org/ticket/27372 export LD_LIBRARY_PATH="$srcdir"/gap-$pkgver/tmp-install
