From 202abb68dcd505dce16c2ffabdd8b9406b77c57c Mon Sep 17 00:00:00 2001 From: Mystro256 Date: May 16 2020 16:30:17 +0000 Subject: Try again to fix things Just include fix for RB#1831503, the new source tree fails to build ppc64le --- diff --git a/pcsxr.spec b/pcsxr.spec index 674ef7e..9e33c33 100644 --- a/pcsxr.spec +++ b/pcsxr.spec @@ -5,7 +5,7 @@ %undefine _hardened_build Name: pcsxr Version: 1.9.94 -Release: 22%{?fgittag:.%{fgittag}}%{?dist} +Release: 23%{?fgittag:.%{fgittag}}%{?dist} Summary: A plugin based PlayStation (PSX) emulator with high compatibility #All code is distributed as GPLv3+ except: @@ -69,8 +69,9 @@ sed -i '/COPYING/d' doc/CMakeLists.txt sed -i 's/"git"/"%{fgittag}"/' gui/AboutDlg.c %build -%cmake . -DUSE_LIBCDIO:BOOL=ON -DUSE_LIBARCHIVE:BOOL=ON -%make_build +%cmake . -DUSE_LIBCDIO:BOOL=ON -DUSE_LIBARCHIVE:BOOL=ON \ + -DCMAKE_EXE_LINKER_FLAGS="-zmuldefs -fno-pie" \ + -DCMAKE_MODULE_LINKER_FLAGS="-zmuldefs" %install %make_install @@ -94,6 +95,9 @@ appstream-util validate-relax --nonet \ %{_datadir}/icons/hicolor/*/apps/%{name}-icon.png %changelog +-* Sat May 16 2020 Jeremy Newton - 1.9.94-23.20190306.git62467b8 +-- Fix build + * Tue Mar 31 2020 Adrian Reber - 1.9.94-22.20190306.git62467b8 - Rebuilt for libcdio-2.1.0