mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
libde265: disable execstack for glibc-2.41
This commit is contained in:
parent
2b36bf23d7
commit
88af976660
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libde265'
|
||||
pkgname=libde265
|
||||
version=1.0.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Open h.265 video codec implementation"
|
||||
|
@ -12,6 +12,8 @@ changelog="https://github.com/strukturag/libde265/releases"
|
|||
distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
|
||||
checksum=b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7
|
||||
|
||||
LDFLAGS+=" -Wl,-z,noexecstack"
|
||||
|
||||
post_install() {
|
||||
# Why is this installed anyway?
|
||||
rm -f "${DESTDIR}/usr/bin/tests"
|
||||
|
|
Loading…
Add table
Reference in a new issue