pkgsrc/sysutils/xentools42/patches/patch-ocaml_xenstored_Makefile
jnemeth 108103aad1 Some general package cleanups:
- added to MESSAGE advising of rc.d script changes
- added BASH as a tool
- fixed pygrub install so that it doesn't get overwritten with a symlink
- turned oxenstored.conf into a proper config file
2013-05-25 05:19:17 +00:00

12 lines
376 B
Text

$NetBSD: patch-ocaml_xenstored_Makefile,v 1.1 2013/05/25 05:19:17 jnemeth Exp $
--- ocaml/xenstored/Makefile.orig 2013-04-23 16:42:55.000000000 +0000
+++ ocaml/xenstored/Makefile
@@ -1,6 +1,7 @@
XEN_ROOT = $(CURDIR)/../../..
OCAML_TOPLEVEL = $(CURDIR)/..
include $(OCAML_TOPLEVEL)/common.make
+XEN_CONFIG_DIR=${EGDIR}
OCAMLINCLUDE += \
-I $(OCAML_TOPLEVEL)/libs/xb \