Date: Friday, September 24, 2021 @ 03:31:57 Author: felixonmars Revision: 1023231
upgpkg: xmonad-utils 0.1.3.3-154: rebuild with vector 0.12.3.1 Modified: xmonad-utils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 03:31:00 UTC (rev 1023230) +++ PKGBUILD 2021-09-24 03:31:57 UTC (rev 1023231) @@ -3,7 +3,7 @@ pkgname=xmonad-utils pkgver=0.1.3.3 -pkgrel=153 +pkgrel=154 pkgdesc='Small collection of X utilities' url='https://hackage.haskell.org/package/xmonad-utils' arch=('x86_64') @@ -20,7 +20,7 @@ cd ${pkgname}-${pkgver} runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --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 \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS
