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:
parent
a658d226d1
commit
0747780cdd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue