From: Sven Luther Date: Wed, 2 Nov 2005 10:50:29 +0000 (+0000) Subject: Let's not hardcode the OcamlABI into the rules more than necessary. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~708 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7c7924c0df1800ee81ad717b90c0a63f900a3ed4;p=ocaml.git Let's not hardcode the OcamlABI into the rules more than necessary. --- diff --git a/debian/rules b/debian/rules index 4f713fc1..c590de71 100755 --- a/debian/rules +++ b/debian/rules @@ -200,7 +200,9 @@ install-arch: fi # Delete rpath in DLLs - chrpath -d $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dllgraphics.so $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlllabltk.so $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlltkanim.so + chrpath -d $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/$(VERSION)/stublibs/dllgraphics.so \ + $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlllabltk.so \ + $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlltkanim.so # install ocaml-md5sums $(MAKE) -C debian/ocaml-md5sums install DESTDIR=$(CURDIR)/debian/ocaml-base-nox/usr/bin