[arch-commits] Commit in stack/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 21 15:12:59 UTC 2017


    Date: Thursday, September 21, 2017 @ 15:12:56
  Author: felixonmars
Revision: 259194

upgpkg: stack 1.5.1.20170916-3

rebuild with aeson,1.2.2.0

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 15:07:06 UTC (rev 259193)
+++ PKGBUILD	2017-09-21 15:12:56 UTC (rev 259194)
@@ -5,7 +5,7 @@
 pkgname=stack
 pkgver=1.5.1.20170916
 _commit=4de4a450e426f70a5e5f127d7e7568f556ec9404
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -42,7 +42,7 @@
 build() {
     cd "${srcdir}/${pkgname}-${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-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions
@@ -64,7 +64,4 @@
 
     LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) "${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > stack_completion_script
     install -Dm644 stack_completion_script "${pkgdir}/usr/share/bash-completion/completions/stack"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list