[arch-commits] Commit in git-repair/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Oct 11 19:13:20 UTC 2019


    Date: Friday, October 11, 2019 @ 19:13:20
  Author: jelle
Revision: 515088

upgpkg: git-repair 1.20170626-84

Enable PIE for git-repair.

Modified:
  git-repair/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 19:06:40 UTC (rev 515087)
+++ PKGBUILD	2019-10-11 19:13:20 UTC (rev 515088)
@@ -2,7 +2,7 @@
 
 pkgname=git-repair
 pkgver=1.20170626
-pkgrel=83
+pkgrel=84
 pkgdesc="Repairs a damaged git repository"
 url="https://git-repair.branchable.com/"
 license=("GPL")
@@ -27,7 +27,7 @@
   
   runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \
     --docdir="/usr/share/doc/$pkgname" \
-      -fnetwork-uri
+      -fnetwork-uri --ghc-option='-pie'
   runhaskell Setup build
 }
 



More information about the arch-commits mailing list