>From 1bbf7476c0833818b352d851740436f56ef34442 Mon Sep 17 00:00:00 2001 From: Enrico Weigelt, metux IT service Date: Sun, 28 Mar 2010 18:22:24 +0200 Subject: [PATCH] Makefile.in: removed call to ldconfig a) not of individual package's business b) can make trouble on certain platforms (eg. FreeBSD) c) problematic on cross-builds --- Makefile.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5b15bd0..bcac64a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -176,7 +176,6 @@ install-libs: $(LIBS) rm -f $(SHAREDLIB) $(SHAREDLIBM); \ ln -s $(SHAREDLIBV) $(SHAREDLIB); \ ln -s $(SHAREDLIBV) $(SHAREDLIBM); \ - ($(LDCONFIG) || true) >/dev/null 2>&1; \ fi cp zlib.3 $(DESTDIR)$(man3dir) chmod 644 $(DESTDIR)$(man3dir)/zlib.3 -- 1.7.1