From: Julien Cristau Date: Sat, 30 Jul 2005 22:13:58 +0000 (+0000) Subject: Fix FTBFS by specifying the path to ocamlrun explicitly when building X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~746 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5abb57547b8d3b723af9819385d25e6d810843df;p=ocaml.git Fix FTBFS by specifying the path to ocamlrun explicitly when building ocaml-md5sums, because /usr/bin/ocamlrun doesn't exist yet. --- diff --git a/debian/changelog b/debian/changelog index 7570e7d1..46470317 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ ocaml (3.08.3-5) UNRELEASED; urgency=low - * NOT RELEASED YET + * Fix FTBFS by specifying the path to ocamlrun explicitly when building + ocaml-md5sums, because /usr/bin/ocamlrun doesn't exist yet. - -- Stefano Zacchiroli Fri, 29 Jul 2005 12:55:56 +0200 + -- Julien Cristau Sun, 31 Jul 2005 00:10:42 +0200 ocaml (3.08.3-4) unstable; urgency=low diff --git a/debian/patches/ocaml-md5sums.dpatch b/debian/patches/ocaml-md5sums.dpatch index f99a1269..b2f49de2 100755 --- a/debian/patches/ocaml-md5sums.dpatch +++ b/debian/patches/ocaml-md5sums.dpatch @@ -72,8 +72,8 @@ diff -urNad --exclude=CVS --exclude=.svn ./ocaml-md5sums/Makefile /tmp/dpep-work + +DESTDIR = /usr/local/bin +OFLAGS = -I ../otherlibs/unix -I ../otherlibs/str -+OCAMLC = ../ocamlc $(OFLAGS) -+OCAMLOPT = ../ocamlopt $(OFLAGS) ++OCAMLC = ../boot/ocamlrun ../ocamlc $(OFLAGS) ++OCAMLOPT = ../boot/ocamlrun ../ocamlopt $(OFLAGS) +OCAML_LIBS = unix str +NAME = ocaml-md5sums +BYTE = $(NAME)