SOURCES: ocaml-CFLAGS.patch - updated to 3.09.0

baggins baggins at pld-linux.org
Sat Dec 10 01:24:38 CET 2005


Author: baggins                      Date: Sat Dec 10 00:24:38 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 3.09.0

---- Files affected:
SOURCES:
   ocaml-CFLAGS.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ocaml-CFLAGS.patch
diff -u SOURCES/ocaml-CFLAGS.patch:1.1 SOURCES/ocaml-CFLAGS.patch:1.2
--- SOURCES/ocaml-CFLAGS.patch:1.1	Fri Nov  4 22:03:16 2005
+++ SOURCES/ocaml-CFLAGS.patch	Sat Dec 10 01:24:33 2005
@@ -64,8 +64,8 @@
  include ../../config/Makefile
  
  CC=$(BYTECC)
--CFLAGS=-I../../byterun -g -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
-+override CFLAGS += -I../../byterun -g $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
+-CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
++override CFLAGS += -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
  CAMLC=../../ocamlcomp.sh -I ../unix
  CAMLOPT=../../ocamlcompopt.sh -I ../unix
  MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
@@ -195,8 +195,8 @@
  CAMLC=../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib
  CAMLOPT=../../../boot/ocamlrun ../../../ocamlopt -I ../../../stdlib
  CC=$(BYTECC)
--CFLAGS=-I.. $(BYTECCCOMPOPTS)
-+override CFLAGS += -I.. $(BYTECCCOMPOPTS)
+-CFLAGS=-I.. -I../../../byterun $(BYTECCCOMPOPTS)
++override CFLAGS += -I.. -I../../../byterun $(BYTECCCOMPOPTS)
  
  test: test.byt test.opt
  	if $(SUPPORTS_SHARED_LIBRARIES); then ../../../byterun/ocamlrun -I .. ./test.byt; else ./test.byt; fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ocaml-CFLAGS.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list