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 7B11846FCE for ; Tue, 26 Dec 2023 02:05:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 968FA68D169; Tue, 26 Dec 2023 04:05:04 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BAFA868D04A for ; Tue, 26 Dec 2023 04:04:58 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4SzdQ01V89z8PbP; Mon, 25 Dec 2023 21:04:56 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; s=default; bh=GdliGCDbj U61NU/dLUve0Gc3sf0=; b=IOlo/o1d6HOAdPanVozKmZT57QiQtWrgUbVhbCTnP IuIFFLM9CDl9oQ23wRbIkff/gkljdoRiRP8+Pww9wUZvZ4O2BE3lQoBzgw8pUi/P QwD0Qrp40KW1HdNrIWKRfzFqgXjphwttbaIUvqQA09HsTSir9tl/RF12r68t13p5 BM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=H8c I0M8gdzghFTsukn30u60Qgrvzv4cHTDrv4WJ04b8BaBSYGXKNgge5/EB8vsd7iem IlYA4wt2rFSYpNoojHqbr0qzxGMqPNnkTe1EIemVglkGHnWP+BDh/m/IbAb+4jAb fLMhrcrJfqOG5QILo635+ThRkf8ZSr2M8LwDgOvg= Received: from [IPV6:2001:470:b050:6:5cad:9863:f5bf:c7c4] (unknown [IPv6:2001:470:b050:6:5cad:9863:f5bf:c7c4]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4SzdQ00fYFz8PbN; Mon, 25 Dec 2023 21:04:56 -0500 (EST) Message-ID: Date: Mon, 25 Dec 2023 21:04:54 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: FFmpeg development discussions and patches , Michael Niedermayer References: <20231225020842.GO6420@pb2> From: Brad Smith In-Reply-To: <20231225020842.GO6420@pb2> 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 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? _______________________________________________ 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".