[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Oct 12 13:53:43 UTC 2019
Date: Saturday, October 12, 2019 @ 13:53:42
Author: jelle
Revision: 515232
upgpkg: hoogle 5.0.17.11-4
Enable PIE for hoogle
Modified:
hoogle/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-12 12:51:39 UTC (rev 515231)
+++ PKGBUILD 2019-10-12 13:53:42 UTC (rev 515232)
@@ -3,7 +3,7 @@
pkgname=hoogle
pkgver=5.0.17.11
-pkgrel=3
+pkgrel=4
pkgdesc="Haskell API Search"
url="https://www.haskell.org/hoogle/"
license=("BSD")
@@ -25,7 +25,8 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+ --ghc-option='-pie'
runhaskell Setup build
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
More information about the arch-commits
mailing list