[Pkg-ocaml-maint-commits] [SCM] ocamlduce packaging branch, master, updated. debian/3.11.1.0-1-11-gbfcc96a

Stephane Glondu steph at glondu.net
Thu Oct 15 00:31:34 UTC 2009


The following commit has been merged in the master branch:
commit bfcc96a077194f9ebf9bedfbd183daef477f1a2b
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Oct 15 02:06:35 2009 +0200

    Add missing -lflags for building objinfo

diff --git a/debian/rules b/debian/rules
index e528666..5026708 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_auto_configure:
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
 	$(MAKE_DUCE) $(BUILD_TARGET)
-	cd $(OCAML_SRCDIR) && ocamlbuild tools/objinfo.byte
+	cd $(OCAML_SRCDIR) && ocamlbuild -lflags -I,otherlibs/ocamlduce tools/objinfo.byte
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:

-- 
ocamlduce packaging



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