summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-29 23:05:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-29 23:05:28 -0700
commitabc4196ec65523a6a934e024a0549fb241b7f855 (patch)
treefe8ab6934ecf680d7d5426ab46f6c0ce60afceea
parentRebuild for another sqlcipher update. (diff)
downloadqtox-abc4196ec65523a6a934e024a0549fb241b7f855.tar.xz
Rebuild for sqlcipher
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 603d07d..9c23317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,13 @@ _offline=0
pkgname=qtox
_pkgname=qTox
pkgver=1.17.4
-pkgrel=2.4
+pkgrel=2.5
_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
pkgdesc='a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
arch=('x86_64' 'aarch64')
url='https://github.com/qTox/qTox'
license=('GPL3')
+options=(lto)
depends=('desktop-file-utils'
'libxss'
'openal'
@@ -63,8 +64,8 @@ build() {
cd build
# gcc 10.2 + qt 5.15 + pie = segfault
- export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto"
- export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto"
+ export CFLAGS="$CFLAGS -O3 -fstack-protector-all"
+ export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all"
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DDESKTOP_NOTIFICATIONS=ON \
-DGIT_VERSION=$_gitver \