[arch-commits] Commit in hindent/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Oct 12 18:29:25 UTC 2019


    Date: Saturday, October 12, 2019 @ 18:29:24
  Author: jelle
Revision: 515264

upgpkg: hindent 5.3.1-22

Enable PIE for hindent

Modified:
  hindent/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-12 18:27:58 UTC (rev 515263)
+++ PKGBUILD	2019-10-12 18:29:24 UTC (rev 515264)
@@ -3,7 +3,7 @@
 
 pkgname=hindent
 pkgver=5.3.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/commercialhaskell/hindent"
 license=("BSD")
@@ -20,7 +20,8 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \
-        --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



More information about the arch-commits mailing list