rpms/ocaml/FC-3 ocaml-user-cflags.patch, NONE, 1.1 ocaml.spec, 1.11, 1.12

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sun Sep 11 10:18:28 UTC 2005


Author: gemi

Update of /cvs/extras/rpms/ocaml/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12388

Modified Files:
	ocaml.spec 
Added Files:
	ocaml-user-cflags.patch 
Log Message:


ocaml-user-cflags.patch:

--- NEW FILE ocaml-user-cflags.patch ---
--- ocaml-3.08.3/configure.opt	2005-05-08 19:00:34.000000000 -0400
+++ ocaml-3.08.3/configure	2005-05-08 19:54:50.000000000 -0400
@@ -1455,6 +1455,10 @@
     nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
 esac
 
+# Allow user defined C Compiler flags
+bytecccompopts="$bytecccompopts $CFLAGS"
+nativecccompopts="$nativecccompopts $CFLAGS"
+
 # Finish generated files
 
 cclibs="$cclibs $mathlib"


Index: ocaml.spec
===================================================================
RCS file: /cvs/extras/rpms/ocaml/FC-3/ocaml.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ocaml.spec	11 Sep 2005 10:13:14 -0000	1.11
+++ ocaml.spec	11 Sep 2005 10:18:26 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		ocaml
 Version:	3.08.4
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 
 Summary:	Objective Caml compiler and programming environment
 




More information about the fedora-extras-commits mailing list