[packages/tk] - fix building on x32
baggins
baggins at pld-linux.org
Sat Jan 3 19:41:28 CET 2015
commit a28cc0c0695bb3129deb4935a55d3fcb6da44328
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 3 18:41:18 2015 +0000
- fix building on x32
tk.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/tk.spec b/tk.spec
index 768a813..8c182a4 100644
--- a/tk.spec
+++ b/tk.spec
@@ -130,6 +130,9 @@ cd unix
%{__autoconf}
TCL_BIN_DIR=%{_libdir}
%configure \
+%ifarch x32
+ tcl_cv_cc_m64=no \
+%endif
--disable-symbols \
--disable-threads \
--enable-64bit \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tk.git/commitdiff/a28cc0c0695bb3129deb4935a55d3fcb6da44328
More information about the pld-cvs-commit
mailing list