Date: Thursday, August 18, 2022 @ 16:22:21 Author: felixonmars Revision: 1267648
upgpkg: haskell-hadrian 0.1.0.0-2: rebuild with lifted-async 0.10.2.3 Modified: haskell-hadrian/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-18 16:22:08 UTC (rev 1267647) +++ PKGBUILD 2022-08-18 16:22:21 UTC (rev 1267648) @@ -4,7 +4,7 @@ pkgname=haskell-hadrian pkgver=0.1.0.0 _ghcver=9.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="GHC build system" url="https://gitlab.haskell.org/ghc/ghc" license=("BSD") @@ -19,8 +19,8 @@ cd ghc-$_ghcver/hadrian runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=haskell-hadrian --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --datasubdir=haskell-hadrian --enable-tests \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' \ -fthreaded
