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

Antonio Rojas arojas at archlinux.org
Thu Jun 4 21:06:47 UTC 2020


    Date: Thursday, June 4, 2020 @ 21:06:30
  Author: arojas
Revision: 388301

Build with rtti to fix crashes

Modified:
  signond/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 20:23:46 UTC (rev 388300)
+++ PKGBUILD	2020-06-04 21:06:30 UTC (rev 388301)
@@ -4,7 +4,7 @@
 
 pkgname=signond
 pkgver=8.60
-pkgrel=2
+pkgrel=3
 pkgdesc="A D-Bus service which performs user authentication on behalf of its clients"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/signond/"
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-*
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
   make
 }
 



More information about the arch-commits mailing list