libde265: disable execstack for glibc-2.41

This commit is contained in:
Joel Beckmeyer 2025-07-23 10:51:10 -04:00
parent 2b36bf23d7
commit 88af976660

View file

@ -1,7 +1,7 @@
# Template file for 'libde265' # Template file for 'libde265'
pkgname=libde265 pkgname=libde265
version=1.0.16 version=1.0.16
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
short_desc="Open h.265 video codec implementation" 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" distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
checksum=b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7 checksum=b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7
LDFLAGS+=" -Wl,-z,noexecstack"
post_install() { post_install() {
# Why is this installed anyway? # Why is this installed anyway?
rm -f "${DESTDIR}/usr/bin/tests" rm -f "${DESTDIR}/usr/bin/tests"