From: Jan Rękorajski Date: Sat, 10 Dec 2005 00:24:33 +0000 (+0000) Subject: - updated to 3.09.0 X-Git-Tag: auto/ac/ocaml-3_09_0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=commitdiff_plain;h=47fc78cfc9ea2be179e4f920666076a5d1d4505e - updated to 3.09.0 Changed files: ocaml-CFLAGS.patch -> 1.2 --- diff --git a/ocaml-CFLAGS.patch b/ocaml-CFLAGS.patch index 14a295e..f1f6394 100644 --- a/ocaml-CFLAGS.patch +++ b/ocaml-CFLAGS.patch @@ -64,8 +64,8 @@ diff -Nur b.ocaml-3.08.4/otherlibs/bigarray/Makefile n.ocaml-3.08.4/otherlibs/bi 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 @@ diff -Nur b.ocaml-3.08.4/otherlibs/num/test/Makefile n.ocaml-3.08.4/otherlibs/nu 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