From d11fad6455a51d3177616c2d861f65d5718d18ff5be68c6fe148dc14429dc799 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 5 Oct 2021 16:15:54 +0000 Subject: [PATCH] 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 --- libvpx-define-config_pic.patch | 12 ------------ libvpx.changes | 6 ++++++ libvpx.spec | 3 +-- 3 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 libvpx-define-config_pic.patch diff --git a/libvpx-define-config_pic.patch b/libvpx-define-config_pic.patch deleted file mode 100644 index fd993eb..0000000 --- a/libvpx-define-config_pic.patch +++ /dev/null @@ -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 - ; diff --git a/libvpx.changes b/libvpx.changes index bf8d9f7..1ae2151 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 2 16:35:37 UTC 2021 - Callum Farmer + +- Enable PIC: + * Remove libvpx-define-config_pic.patch + ------------------------------------------------------------------- Wed Apr 14 06:00:00 UTC 2021 - Adrian Schröter diff --git a/libvpx.spec b/libvpx.spec index 2371ec1..a17f4ea 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -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