[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/ocaml: ask compiler for correct library
# HG changeset patch # User Mike McClurg <mike.mcclurg@xxxxxxxxxx> # Date 1308675711 -3600 # Node ID 7e5b54d1643ed9e879bcc41959d8afbad90fcfef # Parent 72eafe80ebc16ea4b4cbe0477a506a4647c8a9e8 tools/ocaml: ask compiler for correct library OCaml libraries will live in /usr/local/ if the user compiles OCaml from source. This patch asks the OCaml compiler where we should look for libraries. NB: it may be that we should do the same thing for the NetBSD case, but I don't have a BSD box to test this out. Signed-off-by: Mike McClurg <mike.mcclurg@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 72eafe80ebc1 -r 7e5b54d1643e tools/ocaml/common.make --- a/tools/ocaml/common.make Tue Jun 21 17:50:47 2011 +0100 +++ b/tools/ocaml/common.make Tue Jun 21 18:01:51 2011 +0100 @@ -9,7 +9,7 @@ OCAMLYACC ?= ocamlyacc CFLAGS += -fPIC -Werror -CFLAGS-$(CONFIG_Linux) += -I/usr/lib64/ocaml -I/usr/lib/ocaml +CFLAGS-$(CONFIG_Linux) += -I$(shell ocamlc -where) CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^ *\(-g\) .*/\1/p') _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |