From patchwork Sat Feb 15 20:29:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Smith X-Patchwork-Id: 17793 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 5AA8C44B737 for ; Sat, 15 Feb 2020 22:29:51 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3AD66689963; Sat, 15 Feb 2020 22:29:51 +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 03921687F2B for ; Sat, 15 Feb 2020 22:29:45 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 48Khgk0bTVz8PZv for ; Sat, 15 Feb 2020 15:29:54 -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=UPNh8cqD4HcBwVk1scFxmVoFvio=; b=T/Rya88PTjUjeO66n86C8sxfh2hu K6qbj2ANkREXBWZr7N4MzTpmI00ta3Sid2K1XJW8Tv6yQ7/xQXf/TiwrUW6FlmU3 8xLTB5iSItNaW5beXwTafns9CobkaQOFTnVdvkV3VUnSDfJb/R6f6Di7xgcRdQUf IEUCoct4gP4yjtU= 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=QXPDrVU/Tys0M+NY0W7gjCC3Y8m5tqRfC+GIS9v+k+EjhXdlvN+ pDewnx5fwKcT4VJ0534CsaPZrWMJtGQCl5XcL3kkh+ZOH8l1H+hu6/kopJaI+3zh wKzxxIgwyK4wZi23Atj5dNR0Fmc7cNFp17PGsrVPJhVO+/yCN1WG4t7M= Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:b0db:100:8d88:b678:22e4:c805]) (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 48Khgj6pFNz8PZr for ; Sat, 15 Feb 2020 15:29:53 -0500 (EST) Date: Sat, 15 Feb 2020 15:29:41 -0500 From: Brad Smith To: ffmpeg-devel@ffmpeg.org Message-ID: <20200215202941.GA36927@humpty.home.comstyle.com> MIME-Version: 1.0 Content-Disposition: inline Subject: [FFmpeg-devel] [PATCH] OpenBSD suport 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" - Garbage collect bitrig. Was a OpenBSD derivative that has been dead for quite awhile. - Enable section_data_rel_ro for ARM support. diff --git a/configure b/configure index ab761c7183..9221621bd1 100755 --- a/configure +++ b/configure @@ -5303,8 +5303,9 @@ case $target_os in oss_outdev_extralibs="-lossaudio" enabled gcc || check_ldflags -Wl,-zmuldefs ;; - openbsd|bitrig) + openbsd) disable symver + enable section_data_rel_ro striptype="" SHFLAGS='-shared' SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'