# HG changeset patch # User diego # Date 1143407834 0 # Node ID 2a85c470cbd05f3659652cc4ba3e057862755365 # Parent c15d5f06de5dc927938b3b753318e87dc365f098 Discard return value from ldconfig, it might not work on non-root installs. diff -r c15d5f06de5d -r 2a85c470cbd0 libdha/Makefile --- a/libdha/Makefile Sun Mar 26 21:07:31 2006 +0000 +++ b/libdha/Makefile Sun Mar 26 21:17:14 2006 +0000 @@ -87,17 +87,17 @@ rm -f $(LIBDIR)/libdha.so ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME) ifeq ($(TARGET_OS),OpenBSD) - ldconfig -R + -ldconfig -R else - ldconfig + -ldconfig endif uninstall: rm -f $(LIBDIR)/libdha.so $(LIBDIR)/$(SHORTNAME) $(LIBDIR)/$(LIBNAME) ifeq ($(TARGET_OS),OpenBSD) - ldconfig -R + -ldconfig -R else - ldconfig + -ldconfig endif #