aboutsummaryrefslogtreecommitdiffstats
path: root/community/quassel/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/quassel/APKBUILD')
-rw-r--r--community/quassel/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/quassel/APKBUILD b/community/quassel/APKBUILD
index 73da0f5434..61617ff5d1 100644
--- a/community/quassel/APKBUILD
+++ b/community/quassel/APKBUILD
@@ -2,7 +2,7 @@
pkgname=quassel
pkgver=0.13.1
-pkgrel=2
+pkgrel=3
url="https://www.quassel-irc.org/"
pkgdesc="Distributed IRC client - metapackage"
arch="all"
@@ -35,6 +35,8 @@ build() {
mkdir build
cd build
+
+ CXXFLAGS="-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fPIE -pie -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now" \
cmake \
-DCMAKE_INSTALL_PREFIX=/usr/ \
-DCMAKE_BUILD_TYPE="Release" \