Date: Wednesday, October 9, 2019 @ 20:29:32 Author: jelle Revision: 514385
upgpkg: shellcheck 0.7.0-31 Enable PIE for shellcheck Modified: shellcheck/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-09 19:51:40 UTC (rev 514384) +++ PKGBUILD 2019-10-09 20:29:32 UTC (rev 514385) @@ -4,7 +4,7 @@ _hkgname=ShellCheck pkgname=shellcheck pkgver=0.7.0 -pkgrel=30 +pkgrel=31 pkgdesc="Shell script analysis tool" url="https://www.shellcheck.net" license=("GPL") @@ -19,7 +19,8 @@ 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='-pie' runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
