From 662a29337be5faf122b8041b579065dbee11642d Mon Sep 17 00:00:00 2001 From: r0man1an Date: Sun, 5 Jul 2026 20:43:44 +0200 Subject: [PATCH] x264: rebuild against noexecstack fix --- srcpkgs/x264/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template index d09ee143b861c1..1139b334a79e3a 100644 --- a/srcpkgs/x264/template +++ b/srcpkgs/x264/template @@ -1,11 +1,12 @@ # Template file for 'x264' pkgname=x264 version=20250402.165 -revision=1 +revision=2 _commit=b35605ace3ddf7c1a5d67a2eb553f034aef41d55 build_style=configure configure_args="--prefix=/usr --enable-static --enable-shared - --host=$XBPS_CROSS_TRIPLET --sysroot=$XBPS_CROSS_BASE" + --host=$XBPS_CROSS_TRIPLET --sysroot=$XBPS_CROSS_BASE + --extra-ldflags=-Wl,-z,noexecstack" hostmakedepends="nasm perl" short_desc="Free library for encoding H264/AVC video streams" maintainer="Orphaned "