git » signond.git » commit 34cb439

Build with rtti to fix crashes

author Antonio Rojas
2020-06-04 21:06:30 UTC
committer Antonio Rojas
2020-06-04 21:06:30 UTC
parent 0e130e45a5102875eec68fa615dff562c44bd578

Build with rtti to fix crashes

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 88c0430..57e55a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
 
 build() {
   cd $pkgname-*
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
   make
 }