rebuilt with -fPIC and optflags [release 2.1.1-3mamba;Tue Feb 23 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:46:34 +01:00
parent 16f3223f8f
commit 92985a598f

View File

@ -1,6 +1,6 @@
Name: libsidplay2 Name: libsidplay2
Version: 2.1.1 Version: 2.1.1
Release: 2mamba Release: 3mamba
Summary: A Commodore 64 music player and SID chip emulator library Summary: A Commodore 64 music player and SID chip emulator library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -50,7 +50,9 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," \
%patch5 -p1 %patch5 -p1
%build %build
%configure CPPFLAGS="-fpermissive" %configure \
CPPFLAGS="%{optflags} -fpermissive -fPIC"
%make %make
%install %install
@ -93,6 +95,9 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," \
%doc libsidplay/README libsidplay/TODO %doc libsidplay/README libsidplay/TODO
%changelog %changelog
* Tue Feb 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-3mamba
- rebuilt with -fPIC and optflags
* Wed Jan 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-2mamba * Wed Jan 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-2mamba
- rebuilt with debug package and aarch64 build fix - rebuilt with debug package and aarch64 build fix