From 0747780cdd90f1465c6e6b94290e806a78e69d97 Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Tue, 25 Sep 2012 00:59:06 +0000 Subject: [PATCH] FreeBSD: Add /usr/dt/lib to runtime linker - update On Mon, 24 Sep 2012, Jon Trulson wrote: > On Tue, 25 Sep 2012, Marcin Cieslak wrote: > > Applied. I'm sorry - it turns out this one does not fully work as expected. This one is better (it's relative to the old master) - so it might cause a conflict: --- cde/admin/IntegTools/post_install/freebsd/configShlibs.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src index 3807af30..f50578d7 100755 --- a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src +++ b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src @@ -97,7 +97,8 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP MakeTheLink - /sbin/ldconfig -m "${DT_TOP}/lib" + echo $CDE_TOP/lib > $LDCONFIGFILE + /sbin/ldconfig -m $CDE_TOP/lib elif [ "$OPERATION" = "verify" ] then -- 2.25.1