summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 16:14:45 +0000
committerDaniel Bermond2018-11-21 16:14:45 +0000
commit0982bcbcbaa0ac6e47f8d067d3e4509700f457c4 (patch)
tree7ae285fab3ba129788a7b09051bfe9f2cc8981b7
parent1cc011c1cb3dc152d848584397624f72b031095e (diff)
downloadaur-0982bcbcbaa0ac6e47f8d067d3e4509700f457c4.tar.gz
Remove executable stack from binary
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4247c366daae..ae3d659181f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xavs2-git
pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)
- pkgver = 1.2.r109.g9a06546
- pkgrel = 2
+ pkgver = 1.2.r117.gf018e1d
+ pkgrel = 1
url = https://github.com/pkuvcl/xavs2/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ec59343b5ec6..46320165b69e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=xavs2-git
_srcname=xavs2
-pkgver=1.2.r109.g9a06546
-pkgrel=2
+pkgver=1.2.r117.gf018e1d
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)'
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' \