From 629200f48e18dc1a3a5229739748bad0e2a6a0a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Date: Wed, 4 Feb 2015 11:37:16 +0100 Subject: [PATCH] Do not silently and prematurely end install when ldconfig is missing --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 343ecb5..4667146 100644 --- a/Makefile +++ b/Makefile @@ -112,9 +112,10 @@ install: $(INSTALL_DEP) $(RM) $(INSTALL_TSYM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) cd src && test -f $(FILE_SO) && \ $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \ - $(LDCONFIG) $(INSTALL_LIB) && \ - $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ - $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : + ( $(LDCONFIG) $(INSTALL_LIB) ; \ + $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ + $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : \ + ) cd etc && $(INSTALL_F) $(FILE_MAN) $(INSTALL_MAN) cd etc && $(SED_PC) $(FILE_PC) > $(FILE_PC).tmp && \ $(INSTALL_F) $(FILE_PC).tmp $(INSTALL_PC) && \ -- 2.2.2 c38717201e7dc5abe9ff9cfc131fa3da343680'>refslogtreecommitdiff
path: root/gnu/packages/tor.scm
AgeCommit message (Expand)Author
2021-08-17gnu: tractor: Update to 3.12....Danial Behzadi
2021-08-16gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385]....Tobias Geerinckx-Rice
2021-07-21gnu: onionshare: Update to 2.3.2....Eric Bavier
2021-06-30gnu: tor: Update to 0.4.6.6....Efraim Flashner
2021-06-30gnu: Add tractor....Danial Behzadi
2021-06-14gnu: tor: Update to 0.4.6.5....Tobias Geerinckx-Rice
2021-06-14gnu: tor: Update to 0.4.5.9 [security fixes]....Tobias Geerinckx-Rice
2021-05-10gnu: tor: Update to 0.4.5.8....Efraim Flashner
2021-03-16gnu: tor: Update to 0.4.5.7 [security fixes]....Efraim Flashner