1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-23 16:28:19 +01:00

Build with -fPIC on fedora, as is now required (https://fedoraproject.org/wiki/Changes/Harden_All_Packages)

(cherry picked from commit e869086530)
This commit is contained in:
David Sansome 2015-12-31 13:07:08 +11:00
parent c54ab370ff
commit 6cec8e6e41

View File

@ -61,7 +61,7 @@ Features include:
%build %build
cd bin cd bin
%{cmake} .. -DUSE_INSTALL_PREFIX=OFF -DBUNDLE_PROJECTM_PRESETS=ON %{cmake} .. -DUSE_INSTALL_PREFIX=OFF -DBUNDLE_PROJECTM_PRESETS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install