From patchwork Sun Feb 23 21:15:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Smith X-Patchwork-Id: 17876 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 3BA3C44A2CA for ; Sun, 23 Feb 2020 23:15:46 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1D2CF68B48D; Sun, 23 Feb 2020 23:15:46 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 566EE68A857 for ; Sun, 23 Feb 2020 23:15:39 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 48QdK34sDfz8Pb2 for ; Sun, 23 Feb 2020 16:15:51 -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=selector1; bh=aijM5LnjbRMY8TWDG7DZf24Ois0=; b=Cm9R50ONc/AHLlmK1/hERCn16L6T yQ+X8LaDWunCt9THUb0GOfRNdUmcU1uX5emWQB02zTB3ASRtykRp4qfN0yLOYv7E CZviAvjguvLdBFZ+qqFYWzLALyzua8sLpNF00K6fVanmut4nNMZUBH64Sh+xwhJa y45FvORg0gPizr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s= selector1; b=rMaehvexjJsxlHr2IHmHJj+uNU3IyiKUTinzn30WzHJE3XoOZxv 96yYDCo9A9XZLSR9QJDo7IJQV10nWnSdUz/0BE5ZUybNUAt0rlWRdSkKKMFR9+K5 LI5AilAuEyVAqephpp+EYWl1JHYWRATO8VECPUAajV0Rj3dj1OVyO8vs= Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:b0db:100:c056:dd09:ac23:3be3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 48QdK343qvz8Pb1 for ; Sun, 23 Feb 2020 16:15:51 -0500 (EST) Date: Sun, 23 Feb 2020 16:15:35 -0500 From: Brad Smith To: ffmpeg-devel@ffmpeg.org Message-ID: <20200223211535.GC47041@humpty.home.comstyle.com> MIME-Version: 1.0 Content-Disposition: inline Subject: [FFmpeg-devel] [PATCH] configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm Signed-off-by: Brad Smith --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index ab761c7183..06e3a7b2a8 100755 --- a/configure +++ b/configure @@ -5305,6 +5305,7 @@ case $target_os in ;; openbsd|bitrig) disable symver + enable section_data_rel_ro striptype="" SHFLAGS='-shared' SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'