Skip to content
Snippets Groups Projects
Commit 41a76c6b authored by Felix Yan's avatar Felix Yan
Browse files

rebuild with libffi 3.4

parent cfe4c8b7
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ build() {
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment