This commit is contained in:
parent
e026e94ae2
commit
c8ced5a3f9
@ -63,6 +63,10 @@ tar -C src -xvzf %{SOURCE0}
|
||||
|
||||
%build
|
||||
cd build
|
||||
|
||||
# reproducible builds: https://sourceforge.net/p/oorexx/bugs/1712/
|
||||
setarch -R
|
||||
|
||||
# FIXME: you should use the %%cmake macros
|
||||
cmake -S ../src -DORX_REXXPATH=%{_rexxpath} -DORX_SHEBANG=%{_bindir}/rexx -DBUILD_RPM=1 -DCMAKE_INSTALL_PREFIX=%{_prefix}
|
||||
%make_build -O -j 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user