Accepting request 922803 from home:gmbr3:Active

- Enable PIC:
  * Remove libvpx-define-config_pic.patch

OBS-URL: https://build.opensuse.org/request/show/922803
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=117
This commit is contained in:
Takashi Iwai 2021-10-05 16:15:54 +00:00 committed by Git OBS Bridge
parent 3c36f8f250
commit d11fad6455
3 changed files with 7 additions and 14 deletions

View File

@ -1,12 +0,0 @@
diff --git a/vpx_ports/x86_abi_support.asm b/vpx_ports/x86_abi_support.asm
index 6b2d6b968..6cb439c9c 100644
--- a/vpx_ports/x86_abi_support.asm
+++ b/vpx_ports/x86_abi_support.asm
@@ -10,6 +10,7 @@
%include "vpx_config.asm"
+%define CONFIG_PIC 0
; 32/64 bit compatibility macros
;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 2 16:35:37 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Enable PIC:
* Remove libvpx-define-config_pic.patch
-------------------------------------------------------------------
Wed Apr 14 06:00:00 UTC 2021 - Adrian Schröter <adrian@suse.de>

View File

@ -26,7 +26,6 @@ Group: Productivity/Multimedia/Other
URL: https://www.webmproject.org/
Source0: %name-%version.tar.xz
Source1000: baselibs.conf
Patch1: libvpx-define-config_pic.patch
Patch2: libvpx-configure-add-s390.patch
Patch4: libvpx-armv7-use-hard-float.patch
# Needed to be able to create pkgconfig() provides.
@ -92,7 +91,6 @@ The WebM file structure is based on the Matroska container.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch4 -p1
@ -122,6 +120,7 @@ export CXXFLAGS="%optflags -O3"
--enable-vp9-highbitdepth \
--enable-postproc \
--enable-multithread \
--enable-pic \
%ifarch ppc64le
--disable-vsx \
%endif