summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 16:35:02 +0000
committerDaniel Bermond2018-11-21 16:35:02 +0000
commit8ab1fa8b3875feb8e6273be3bfd2f95fd684d1f7 (patch)
treecfbf62bd2c84fde825650ae9f5844a7e092ec984
parentf6bd5f58d1151c2dd48dd58ae2270668f55a93a9 (diff)
downloadaur-8ab1fa8b3875feb8e6273be3bfd2f95fd684d1f7.tar.gz
Remove executable stack from binary
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 176c7f884a70..76dcb37561ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=davs2
pkgver=1.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard'
url='https://github.com/pkuvcl/davs2/'
@@ -32,6 +32,7 @@ build() {
./configure \
--prefix='/usr' \
+ --extra-ldflags='-Wl,-z,noexecstack' \
--enable-shared \
--disable-static \
--bit-depth='8' \