summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 16:43:14 +0000
committerDaniel Bermond2018-11-21 16:43:14 +0000
commitc46ae46317f85d5447f54b53bff5e641b3b90987 (patch)
tree686d8be5e4e1c3e7b4c41dc7b45c42ec5d74def6
parentf87e820514e12891648fdf05d59ec0758ca27be0 (diff)
downloadaur-c46ae46317f85d5447f54b53bff5e641b3b90987.tar.gz
Remove executable stack from binary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f287a710689..811324b688b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xavs2
pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard
pkgver = 1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pkuvcl/xavs2/
arch = i686
arch = x86_64
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' \