1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

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:
This commit is contained in:
Marcin Cieslak 2012-09-25 00:59:06 +00:00 committed by Jon Trulson
parent a658d226d1
commit 0747780cdd

View file

@ -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