Date: Monday, October 11, 2021 @ 16:21:54 Author: felixonmars Revision: 1029513
upgpkg: unlambda 0.1.4.2-6: rebuild with libffi 3.4 Modified: unlambda/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-11 16:20:39 UTC (rev 1029512) +++ PKGBUILD 2021-10-11 16:21:54 UTC (rev 1029513) @@ -2,7 +2,7 @@ pkgname=unlambda pkgver=0.1.4.2 -pkgrel=5 +pkgrel=6 pkgdesc="Unlambda interpreter" url="https://github.com/abbradar/unlambda" license=("GPL") @@ -17,7 +17,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
