[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#813885: cppo: Missing native libraries



Package: cppo
Version: 1.3.1-1
Severity: grave
Tags: patch

Dear Maintainer,

On architectures with OCaml support for native compilation, cppo 1.3.1-1
is missing the native libraries. (They were there in 1.1.2-2.) The patch
below fixes this problem (tested on amd64 and ppc64le), I have committed
that to the git repository.

Cheers,
-Hilko

diff --git a/debian/rules b/debian/rules
index 8d769dc..6339d8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,4 +26,4 @@ endif
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
        mkdir -p $(OCAMLFIND_DESTDIR)
-       make install 'BINDIR=$(DESTDIR)/usr/bin' BEST=$(OCAML_BEST)
+       make install 'BINDIR=$(DESTDIR)/usr/bin'


Reply to: