Date: Monday, August 26, 2019 @ 23:11:52 Author: arojas Revision: 502325
Restore underlinking workaround, it is still needed Modified: ntl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-26 22:53:53 UTC (rev 502324) +++ PKGBUILD 2019-08-26 23:11:52 UTC (rev 502325) @@ -3,7 +3,7 @@ pkgname=ntl pkgver=11.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Library for doing Number Theory" arch=(x86_64) url="https://www.shoup.net/ntl/" @@ -21,7 +21,7 @@ build() { cd $pkgname-$pkgver/src ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off TUNE=x86 \ - LIBTOOL=libtool CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" + LIBTOOL=libtool CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" LDLIBS="-lpthread" make }
