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

Felix Yan felixonmars at gemini.archlinux.org
Mon Oct 11 16:57:53 UTC 2021


    Date: Monday, October 11, 2021 @ 16:57:53
  Author: felixonmars
Revision: 1029549

upgpkg: haskell-cpphs 1.20.9.1-10: rebuild with libffi 3.4

Modified:
  haskell-cpphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 16:56:42 UTC (rev 1029548)
+++ PKGBUILD	2021-10-11 16:57:53 UTC (rev 1029549)
@@ -4,7 +4,7 @@
 _hkgname=cpphs
 pkgname=haskell-cpphs
 pkgver=1.20.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
 url="https://projects.haskell.org/cpphs/"
 license=("LGPL")
@@ -19,7 +19,7 @@
     
     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
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list