Don't mess with ldconf.

This commit is contained in:
joerg 2010-02-14 19:16:25 +00:00
parent bdca4c449c
commit 13b803f691
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2010/01/30 19:44:50 joerg Exp $
$NetBSD: distinfo,v 1.5 2010/02/14 19:16:25 joerg Exp $
SHA1 (ocaml-ssl-0.4.2.tar.gz) = ec6362b681aa5498143ec0c4ddd77fbbe745a2aa
RMD160 (ocaml-ssl-0.4.2.tar.gz) = ba5b4106d19e0b3d50e9a19d705ef18a5b20948c
Size (ocaml-ssl-0.4.2.tar.gz) = 109090 bytes
SHA1 (patch-aa) = e13b4c2f9ee38cb45f3eeb74f36a9887b194daf1
SHA1 (patch-aa) = 5a1b4b6282b083f0d86bfa0448cef75602c64785

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $
$NetBSD: patch-aa,v 1.2 2010/02/14 19:16:25 joerg Exp $
--- src/Makefile.in.orig 2010-01-30 19:40:05.000000000 +0000
+++ src/Makefile.in
@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.1 2010/01/30 19:44:51 joerg Exp $
install:
- $(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}`ocamlc -where`/site-lib
+ $(OCAMLFIND) install -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
+ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib $(OCAMLFIND_INSTFLAGS) $(RESULT) META $(LIBINSTALL_FILES)
uninstall:
$(OCAMLFIND) remove $(OCAMLFIND_INSTFLAGS) $(RESULT)