Date: Monday, October 11, 2021 @ 16:41:05 Author: felixonmars Revision: 1029533
upgpkg: haskell-netlink 1.1.1.0-10: rebuild with libffi 3.4 Modified: haskell-netlink/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-11 16:39:54 UTC (rev 1029532) +++ PKGBUILD 2021-10-11 16:41:05 UTC (rev 1029533) @@ -3,7 +3,7 @@ _hkgname=netlink pkgname=haskell-netlink pkgver=1.1.1.0 -pkgrel=9 +pkgrel=10 pkgdesc="Netlink communication for Haskell" url="https://github.com/Ongy/netlink-hs" license=('BSD') @@ -18,7 +18,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
