[packages/gmp] - fix build for x32 arch
    baggins 
    baggins at pld-linux.org
       
    Mon Dec 22 00:19:15 CET 2014
    
    
  
commit 1001d490173126991b7c7e3a449bfbe907aa07d0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Dec 22 00:21:46 2014 +0100
    - fix build for x32 arch
 gmp.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gmp.spec b/gmp.spec
index 75b5f88..e180190 100644
--- a/gmp.spec
+++ b/gmp.spec
@@ -228,6 +228,9 @@ arytmetycznej GNU.
 %{__autoconf}
 %{__automake}
 %configure \
+%ifarch x32
+	ABI=x32 \
+%endif
 	--with-cpu=%{_target_cpu} \
 	%{?with_cxx:--enable-cxx} \
 	--enable-fft
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmp.git/commitdiff/1001d490173126991b7c7e3a449bfbe907aa07d0
    
    
More information about the pld-cvs-commit
mailing list