[arch-commits] Commit in stylish-haskell/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri Oct 11 20:32:55 UTC 2019
Date: Friday, October 11, 2019 @ 20:32:54
Author: jelle
Revision: 515175
upgpkg: stylish-haskell 0.9.2.2-17
Enabling building with PIE binaries
Modified:
stylish-haskell/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-11 20:23:03 UTC (rev 515174)
+++ PKGBUILD 2019-10-11 20:32:54 UTC (rev 515175)
@@ -3,7 +3,7 @@
pkgname=stylish-haskell
pkgver=0.9.2.2
-pkgrel=16
+pkgrel=17
pkgdesc="Haskell code prettifier"
url="https://github.com/jaspervdj/stylish-haskell"
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 --datasubdir="$pkgname" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
- -f-old_base
+ -f-old_base --ghc-option='-pie'
runhaskell Setup build
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
More information about the arch-commits
mailing list