diff --git a/PKGBUILD b/PKGBUILD index f0b48efdff070e05c52da7adaabfbf142d438d38..12756b34c6fcc18f38885e5c65ab33b34de4f069 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _hkgname=bindings-uname pkgname=haskell-bindings-uname pkgver=0.1 -pkgrel=21 +pkgrel=22 pkgdesc="Low-level binding to POSIX uname(3)" url="https://hackage.haskell.org/package/bindings-uname" license=("custom:PublicDomain") @@ -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