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

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


    Date: Saturday, October 12, 2019 @ 18:35:09
  Author: jelle
Revision: 515267

upgpkg: hasktags 0.71.2-44

Enable PIE for hasktags

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-12 18:29:30 UTC (rev 515266)
+++ PKGBUILD	2019-10-12 18:35:09 UTC (rev 515267)
@@ -3,7 +3,7 @@
 
 pkgname=hasktags
 pkgver=0.71.2
-pkgrel=43
+pkgrel=44
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="https://github.com/MarcWeber/hasktags"
 license=("BSD")
@@ -25,7 +25,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 \
-            -f-debug
+            -f-debug --ghc-option='-pie'
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list