marionnet's Makefile looks for ocamlbricks in the wrong dir

Bug #1124053 reported by Lucas Nussbaum
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
marionnet
New
Undecided
Unassigned

Bug Description

Hi,

When building, marionnet looks for ocamlbricks in LIBRARYPREFIX (typically debian/tmp/usr/....) instead of OCAML_LIBRARYPREFIX (/usr/...)

The patch below fixes this:
--- marionnet-0.90.6+bzr404.orig/Makefile.local
+++ marionnet-0.90.6+bzr404/Makefile.local
@@ -23,7 +23,7 @@ DIRECTORIES_TO_INCLUDE = camlp4 threads
 LIBRARIES_TO_LINK = unix threads str lablgtk lablglade lablgtksourceview2 ocamlbricks
 C_OBJECTS_TO_LINK +=

-OCAMLBRICKS=$(LIBRARYPREFIX)/ocamlbricks
+OCAMLBRICKS=$(OCAML_LIBRARYPREFIX)/ocamlbricks
 PP_OPTION = camlp4of -I $(OCAMLBRICKS) gettext_extract_pot_p4.cmo option_extract_p4.cmo raise_p4.cmo log_module_loading_p4.cmo -I chip

 OBJECTS_TO_LINK = gtkThread

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.