rpms/gdal/F-9 gdal.spec,1.42,1.43

Oliver Falk oliver at fedoraproject.org
Tue Feb 24 10:18:26 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/gdal/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32651

Modified Files:
	gdal.spec 
Log Message:

* Fix build on alpha



Index: gdal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdal/F-9/gdal.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gdal.spec	24 Oct 2008 11:58:00 -0000	1.42
+++ gdal.spec	24 Feb 2009 10:17:55 -0000	1.43
@@ -34,6 +34,12 @@
 %define cpuarch 64
 %endif
 
+# Alpha is 64bit only but uses "lib" not "lib64"
+# Also true for ia64!?
+%ifarch alpha
+%define cpuarch 64
+%endif
+
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
 




More information about the fedora-extras-commits mailing list