From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 51FA74794E for ; Wed, 27 Dec 2023 03:34:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F03E68CBC3; Wed, 27 Dec 2023 05:34:14 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0D23068CA67 for ; Wed, 27 Dec 2023 05:34:08 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4T0HLP6fxNz8PbP; Tue, 26 Dec 2023 22:34:05 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=from:to :date:message-id:in-reply-to:references:subject:mime-version :content-type; s=default; bh=CPzo1EdNkVViADeXdUSjYD2Me/k=; b=DgS yyMr+o2llcMWA/q5YnXfuyyaQ3l9VmxXrT7+6ci1rUn1IHtZhgACmbZEtoCxZkH4 solPthvb2eCVe8UBmvdxAUt5WfjhpLLfpYtvk9zc2z6LjNdIaI2o4vpFLvfOGedj EW0qQ9kgOII8dvVaYK1HfgcPKAqh+XjCA5BSg+NM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=from:to:date :message-id:in-reply-to:references:subject:mime-version :content-type; q=dns; s=default; b=ef8ffZp3HqzefB6lAGsWOiTcL/Gzg 57kf1pnCSctk/7zJOS/jHcQmjX6CQtml4Fa3WTVKzOV0W0BXetQa3bpkiC9j0s4y PAeYL5sNJengfhj0w0eTrd7c5iK6tsyaFFXtGnvPNFzNRP1J/YkQRqpLji9lBL+o 6ogzKkAqyd5n7A= Received: from [192.168.3.33] (unknown [74.15.96.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4T0HLP5pBBz8PbN; Tue, 26 Dec 2023 22:34:05 -0500 (EST) From: Brad Smith To: FFmpeg development discussions and patches , Michael Niedermayer Date: Tue, 26 Dec 2023 22:33:15 -0500 Message-ID: <18ca8f27458.27f3.c0f5e3539a5acb9c2563017afaca17d6@comstyle.com> In-Reply-To: <20231226123456.GR6420@pb2> References: <20231225020842.GO6420@pb2> <20231226123456.GR6420@pb2> User-Agent: AquaMail/1.48.1 (build: 104801389) MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2] configure: Enable section_data_rel_ro for FreeBSD and NetBSD aarch64 / arm X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On December 26, 2023 7:35:09 a.m. Michael Niedermayer wrote: > On Mon, Dec 25, 2023 at 09:04:54PM -0500, Brad Smith wrote: >> On 2023-12-24 9:08 p.m., Michael Niedermayer wrote: >>> On Sun, Dec 24, 2023 at 02:33:31PM -0500, Brad Smith wrote: >>>> configure: Enable section_data_rel_ro for FreeBSD and NetBSD aarch64 / arm >>>> >>>> Fixes the build. It's a requirement when utilizing PIE. >>>> >>>> Signed-off-by: Brad Smith >>>> --- >>>> configure | 2 ++ >>>> 1 file changed, 2 insertions(+) >>> will apply >>> >>> thx >> >> Thanks. Can you please back port this to 6.1, 6.0, 5.1, 5.0 and 4.4? > > it will be in the next releases from these branches > > thx Thanks. Sent with Aqua Mail for Android _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".