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
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Features include:
%build
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}
%install