Project

General

Profile

Bug #5814

Updated by Matthieu CERDA over 9 years ago

We need to replace: 
 <pre> 
 +         cd SOURCES/openssl-source && make %{?_smp_mflags} 
 </pre> 

 with 

 <pre> 
 +         cd SOURCES/openssl-source && make %{?_smp_mflags} 
 </pre> 

 In the patches ! %{?_smp_mflags} has nothing to do here...

Back