Date: Saturday, September 23, 2017 @ 17:57:25 Author: felixonmars Revision: 260310
upgpkg: haskell-store 0.4.3.2-6 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:56:33 UTC (rev 260309) +++ PKGBUILD 2017-09-23 17:57:25 UTC (rev 260310) @@ -4,7 +4,7 @@ _hkgname=store pkgname=haskell-store pkgver=0.4.3.2 -pkgrel=5 +pkgrel=6 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store" license=('custom:BSD3') @@ -24,7 +24,7 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-comparison-bench -f-small-bench @@ -43,7 +43,4 @@ runhaskell Setup copy --destdir="${pkgdir}" install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" - - # Remove static libs - find "$pkgdir"/usr/lib -name "*.a" -delete }
