Date: Friday, November 15, 2019 @ 20:57:04 Author: jelle Revision: 529445
upgpkg: postgrest 6.0.0-49 Enable PIE for postgrest Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-15 20:53:29 UTC (rev 529444) +++ PKGBUILD 2019-11-15 20:57:04 UTC (rev 529445) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=6.0.0 -pkgrel=48 +pkgrel=49 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -36,7 +36,7 @@ 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-CI + -f-CI --ghc-option='-pie' runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
