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 15A2848A02 for ; Sun, 24 Dec 2023 18:22:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 74AB068D111; Sun, 24 Dec 2023 20:22:50 +0200 (EET) Received: from mail.comstyle.com (unknown [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D503668D03B for ; Sun, 24 Dec 2023 20:22:43 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4SyqC6136dz8PbP for ; Sun, 24 Dec 2023 13:22:42 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=message-id :date:mime-version:subject:from:to:references:in-reply-to :content-type:content-transfer-encoding; s=default; bh=3oZk40Y6m RQpujlXmbFwZnP1qQM=; b=FvipU4JkgY1A8RhBn/ONQDnwSFos50YD7cGdTb0B0 WyVTbAVHK5cRSW2u9j5BFHrT0BJANgIoDvLqzIW3ByYRTtv9kXiNijOEd2UZIoRc FmhB6gDRCZGr9Clt0keWv5vUBwnCMtXjJXPINts/ihHDrthhOi1C/skmb3S6tElU 7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:subject:from:to:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=jNg chnNATM7QDZHn83ndLIH5YNndxIgI+g5SP+WULPFVZk2SEb8h1wsCkZZx0kxGWsm n7hmWZGtAMN0cuS7yJyKrvE5aYuChaHEGEZN2ksJVQsbBO27M2Ouqt48wd/cLP4q ZCeW6KDSNW82mhtijRjyNLVHFmQan1097CIl3wdA= Received: from [IPV6:2001:470:b050:6:e580:e4e6:d23f:9678] (unknown [IPv6:2001:470:b050:6:e580:e4e6:d23f:9678]) (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 4SyqC55LH4z8PbN for ; Sun, 24 Dec 2023 13:22:41 -0500 (EST) Message-ID: <90b81423-d15b-4d54-9717-85e5d4cc6d2b@comstyle.com> Date: Sun, 24 Dec 2023 13:22:40 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US From: Brad Smith To: ffmpeg-devel@ffmpeg.org References: In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] 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: ping. On 2023-12-17 9:22 p.m., Brad Smith wrote: > configure: Enable section_data_rel_ro for FreeBSD and NetBSD aarch64 / arm > > Signed-off-by: Brad Smith > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure b/configure > index 078aa9437a..226874600a 100755 > --- a/configure > +++ b/configure > @@ -5601,6 +5601,7 @@ case $target_os in > ;; > netbsd) > disable symver > + enable section_data_rel_ro > oss_indev_extralibs="-lossaudio" > oss_outdev_extralibs="-lossaudio" > enabled gcc || check_ldflags -Wl,-zmuldefs > @@ -5619,6 +5620,7 @@ case $target_os in > disable symver > ;; > freebsd) > + enable section_data_rel_ro > ;; > bsd/os) > add_extralibs -lpoll -lgnugetopt _______________________________________________ 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".