summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 16:43:14 +0000
committerDaniel Bermond2018-11-21 16:43:14 +0000
commitc46ae46317f85d5447f54b53bff5e641b3b90987 (patch)
tree686d8be5e4e1c3e7b4c41dc7b45c42ec5d74def6 /PKGBUILD
parentf87e820514e12891648fdf05d59ec0758ca27be0 (diff)
downloadaur-c46ae46317f85d5447f54b53bff5e641b3b90987.tar.gz
Remove executable stack from binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6755dab280b4..3fcab6075b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=xavs2
pkgver=1.2
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard'
url='https://github.com/pkuvcl/xavs2/'
@@ -32,6 +32,7 @@ build() {
./configure \
--prefix='/usr' \
+ --extra-ldflags='-Wl,-z,noexecstack' \
--enable-shared \
--bit-depth='8' \
--chroma-format='all' \