[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. debian/1.4.1-1-1-gca7c20a

Ralf Treinen rt at free.fr
Mon Jun 15 20:10:14 UTC 2009


The following commit has been merged in the master branch:
commit 88552594dc6273a4c8a1c6337f0b7b34afe9f34d
Author: Ralf Treinen <rt at free.fr>
Date:   Tue Mar 24 22:04:35 2009 +0100

    change order of options of ocamlfind to fix FTBFS bug on non-native architectures

diff --git a/Makefile.in b/Makefile.in
index 48fa086..575e84b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,7 +69,7 @@ endif
 install: @BEST@ $(DESTDIR)
 	- at OCAMLFIND@ remove $(DESTDIR_FLAGS) dose2
 ifeq (@OCAMLBEST@, byte)
-	@OCAMLFIND@ install $(DESTDIR_FLAGS) -patch-version -patch-archives @VERSION@ dose2 META $(CMAS)
+	@OCAMLFIND@ install $(DESTDIR_FLAGS) -patch-archives -patch-version @VERSION@ dose2 META $(CMAS)
 else
 	@OCAMLFIND@ install $(DESTDIR_FLAGS) -patch-version @VERSION@ dose2 META $(CMAS) $(CMXAS) $(ARCHIVES)
 endif	

-- 
dose2 packaging



More information about the Pkg-ocaml-maint-commits mailing list