Date: Sunday, August 21, 2022 @ 08:30:33 Author: felixonmars Revision: 1271958
upgpkg: mighttpd2 4.0.2-3: rebuild with ChasingBottoms 1.3.1.12 Modified: mighttpd2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 08:30:23 UTC (rev 1271957) +++ PKGBUILD 2022-08-21 08:30:33 UTC (rev 1271958) @@ -2,7 +2,7 @@ pkgname=mighttpd2 pkgver=4.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="High performance web server on WAI/warp" url="https://kazu-yamamoto.github.io/mighttpd2/" license=("BSD") @@ -31,12 +31,12 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$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' \ -fdhall -fquic -ftls - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -45,7 +45,7 @@ check() { cd $pkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
