Date: Wednesday, December 4, 2019 @ 12:33:51 Author: arodseth Revision: 535184
upgpkg: alex 3.2.5-2 Add 'pie' Modified: alex/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-04 12:03:13 UTC (rev 535183) +++ PKGBUILD 2019-12-04 12:33:51 UTC (rev 535184) @@ -5,7 +5,7 @@ pkgname=alex pkgver=3.2.5 -pkgrel=1 +pkgrel=2 pkgdesc='Lexical analyser generator for Haskell' arch=(x86_64) url='https://hackage.haskell.org/package/alex' @@ -21,7 +21,8 @@ --prefix=/usr \ --datasubdir=$pkgname \ --enable-executable-dynamic \ - --ghc-option=-optl-Wl\,-z\,relro\,-z\,now + --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ + --ghc-option='-pie' runghc Setup.hs build }
