mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Revert "FreeBSD: Add /usr/dt/lib to runtime linker"
This reverts commit 91f228411e
.
Updated patch.
This commit is contained in:
parent
77ec7b56b8
commit
a658d226d1
1 changed files with 1 additions and 5 deletions
|
@ -78,8 +78,6 @@ FILESET=CDE-SHLIBS
|
||||||
retval=0
|
retval=0
|
||||||
CDE_TOP=CDE_INSTALLATION_TOP
|
CDE_TOP=CDE_INSTALLATION_TOP
|
||||||
CDE_CONF_TOP=CDE_CONFIGURATION_TOP
|
CDE_CONF_TOP=CDE_CONFIGURATION_TOP
|
||||||
LOCALBASE=/usr/local
|
|
||||||
LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
|
|
||||||
|
|
||||||
HandleOption $*
|
HandleOption $*
|
||||||
|
|
||||||
|
@ -90,7 +88,6 @@ LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
|
||||||
|
|
||||||
RemoveShlibFiles
|
RemoveShlibFiles
|
||||||
|
|
||||||
rm -rf $LDCONFIGFILE
|
|
||||||
/sbin/ldconfig -R
|
/sbin/ldconfig -R
|
||||||
|
|
||||||
VerifyInstalledFiles
|
VerifyInstalledFiles
|
||||||
|
@ -100,8 +97,7 @@ LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
|
||||||
|
|
||||||
MakeTheLink
|
MakeTheLink
|
||||||
|
|
||||||
echo "${DT_OPT}/lib" > $LDCONFIGFILE
|
/sbin/ldconfig -m "${DT_TOP}/lib"
|
||||||
/sbin/ldconfig -R
|
|
||||||
|
|
||||||
elif [ "$OPERATION" = "verify" ]
|
elif [ "$OPERATION" = "verify" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue