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 17109487CE for ; Mon, 18 Dec 2023 02:22:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A9C2A68D1D3; Mon, 18 Dec 2023 04:22:50 +0200 (EET) Received: from mail.comstyle.com (unknown [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 19FFF68D1AC for ; Mon, 18 Dec 2023 04:22:44 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4StkB86nGYz8PbP for ; Sun, 17 Dec 2023 21:22:40 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=date:from :to:subject:message-id:mime-version:content-type; s=default; bh= LpKzbs/9QuZgWDeaOKi2BQv3szY=; b=KxRUYAE9MH7ofinbvObAZeZ8bglD3yv5 u7sUDAUHKnZfEtXeL4oZ6a5saNnPlOEUJK7Hlrf/SZLPqjJJZLWlI4HYJKkQ4ts7 MCL3fH8PL3I5ff/OK/RM6P3WztGH/KVFBD8f6A8fNN7bapCZ5+003gxSc7P5Djyk b5aiOerBtzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s=default; b= HKmehTAfVJ3CstI3ZiYVc41Z4+uFwO8UWDYaDhP2ydBiJv20+T8Tvie9CCLmHbuO 8rZYGe87K5WwA1XFpdOOWffe5O7d0pkQKGTRUgwuO1qErLEf7jsE9GwKE8hgY5F3 yV2gG8qQq7A6ifk4BBh6RfNrlMmmdjEmiL3BUux9NFc= Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:b050:3:a643:971c:cca6:aeb8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4StkB8675rz8PbN for ; Sun, 17 Dec 2023 21:22:40 -0500 (EST) Date: Sun, 17 Dec 2023 21:22:39 -0500 From: Brad Smith To: ffmpeg-devel@ffmpeg.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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 -- 2.43.0 _______________________________________________ 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".