hivex/0001-ocaml-Set-package-name...

26 lines
688 B
Diff

From f408b757b1d75429fae5fa7630a4fc5451844de7 Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones <rjones@redhat.com>
Date: Tue, 17 May 2011 17:19:27 +0100
Subject: [PATCH 1/2] ocaml: Set package name when installing native bindings.
This fixes commit b8ad15031cacf910634b4f4f4632232949c4acd2.
---
ocaml/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index b97fe37..58fa8e3 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -98,6 +98,7 @@ install-data-hook:
if HAVE_OCAMLOPT
$(OCAMLFIND) install \
-ldconf ignore -destdir $(DESTDIR)$(OCAMLLIB) \
+ hivex \
*.cmx *.cmxa
endif
--
1.7.5.1