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

Jelle van der Waa jelle at archlinux.org
Sat Oct 19 11:22:58 UTC 2019


    Date: Saturday, October 19, 2019 @ 11:22:58
  Author: jelle
Revision: 517447

Enable PIE c2hs

Modified:
  c2hs/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-19 11:20:17 UTC (rev 517446)
+++ PKGBUILD	2019-10-19 11:22:58 UTC (rev 517447)
@@ -25,7 +25,7 @@
 
     runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
         --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \
-            -f-regression -fbase3
+            -f-regression -fbase3 --ghc-option='-pie'
     runhaskell Setup build
 }
 



More information about the arch-commits mailing list