rpms/condor/F-9 DetectGCC430.patch,NONE,1.1 condor.spec,1.5,1.6

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Wed Jun 11 15:08:00 UTC 2008


Author: matt

Update of /cvs/pkgs/rpms/condor/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32256

Modified Files:
	condor.spec 
Added Files:
	DetectGCC430.patch 
Log Message:
Must detect gcc 4.3.0 else we'll use -m486, oops

DetectGCC430.patch:

--- NEW FILE DetectGCC430.patch ---
diff -ru condor-7.0.2.orig/src/configure.ac condor-7.0.2/src/configure.ac
--- condor-7.0.2.orig/src/configure.ac	2008-06-11 10:04:54.000000000 -0500
+++ condor-7.0.2/src/configure.ac	2008-06-11 10:04:07.000000000 -0500
@@ -877,6 +877,12 @@
     CompilerMinor="2"
     CompilerPatch="1"
     ;;
+ "4.3.0" )
+    CompilerKind="GCC"
+    CompilerMajor="4"
+    CompilerMinor="3"
+    CompilerPatch="0"
+    ;;
  * )
     if test "x$enable_gcc_version_check" = "xyes"; then
       AC_MSG_RESULT([ERROR])


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/F-9/condor.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- condor.spec	11 Jun 2008 14:52:17 -0000	1.5
+++ condor.spec	11 Jun 2008 15:07:19 -0000	1.6
@@ -21,6 +21,7 @@
 Patch0: condor_config.generic.patch
 Patch1: better-analyze-everywhere.patch
 Patch2: GLibCFlag28.patch
+Patch3: DetectGCC430.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -92,6 +93,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # fix errant execute permissions
 find src -perm /a+x -type f -name "*.[Cch]" -exec chmod a-x {} \;




More information about the fedora-extras-commits mailing list