Date: Thursday, September 21, 2017 @ 15:52:29 Author: felixonmars Revision: 259216
upgpkg: haskell-yesod-auth 1.4.19-7 rebuild with aeson,1.2.2.0 Modified: haskell-yesod-auth/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-21 15:50:02 UTC (rev 259215) +++ PKGBUILD 2017-09-21 15:52:29 UTC (rev 259216) @@ -5,7 +5,7 @@ _hkgname=yesod-auth pkgname=haskell-yesod-auth pkgver=1.4.19 -pkgrel=6 +pkgrel=7 pkgdesc="Authentication for Yesod." url="http://www.yesodweb.com/" license=("MIT") @@ -27,7 +27,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 \ -fnetwork-uri @@ -46,7 +46,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 }