Date: Friday, November 15, 2019 @ 21:10:07
  Author: jelle
Revision: 529447

upgpkg: stack 2.1.3-64

Enable PIE

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-15 20:57:13 UTC (rev 529446)
+++ PKGBUILD    2019-11-15 21:10:07 UTC (rev 529447)
@@ -54,7 +54,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 \
-      -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+      -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+      --ghc-option='-pie'
   runhaskell Setup build
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script

Reply via email to