Date: Thursday, September 13, 2018 @ 11:35:30 Author: arojas Revision: 380151
Add autoconf-archive makedepends to fix build instead of manually adding -lpthread Modified: eclib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-13 11:35:27 UTC (rev 380150) +++ PKGBUILD 2018-09-13 11:35:30 UTC (rev 380151) @@ -8,7 +8,7 @@ url="https://github.com/JohnCremona/eclib/" license=(GPL) depends=(flint pari boost-libs) -makedepends=(boost) +makedepends=(boost autoconf-archive) source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz") sha256sums=('2b232cfa5394cb35520280327f33c3cb323a4d4f33eecd5b803fc4ad20c1bdf3') @@ -15,7 +15,7 @@ build() { cd $pkgname-$pkgver ./autogen.sh - LDFLAGS+=' -lpthread' ./configure --prefix=/usr --with-flint=/usr --with-boost + ./configure --prefix=/usr --with-flint=/usr --with-boost make }
