From 6fca11a464d16483a23bc9bd7404ed3cb633781d Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 19 May 2009 08:41:00 +0000 Subject: [PATCH] =?UTF-8?q?/lib{64}=20und=20/usr/lib{64}=20sind=20in=20ldc?= =?UTF-8?q?onf=20automatisch=20enthalten.=20Ein=20weiter=20Config=20in=20/?= =?UTF-8?q?etc/ld.so.conf=20f=C3=BChrt=20zu=20Fehlermeldungen=20bei=20ldco?= =?UTF-8?q?nfig=20-v=20-=20daher=20sind=20diese=20Eintr=C3=A4ge=20jetzt=20?= =?UTF-8?q?entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4706 504e572c-2e33-0410-9681-be2bf7408885 --- BaseBuild/toolchain/prepdynsys | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BaseBuild/toolchain/prepdynsys b/BaseBuild/toolchain/prepdynsys index ec08a83..08c9879 100644 --- a/BaseBuild/toolchain/prepdynsys +++ b/BaseBuild/toolchain/prepdynsys @@ -172,12 +172,8 @@ mk() { chmod -v 664 /var/run/utmp /var/log/lastlog chmod -v 600 /var/log/btmp - echo "/lib" >/etc/ld.so.conf - echo "/usr/lib" >>/etc/ld.so.conf echo "/usr/local/lib" >>/etc/ld.so.conf if [ "$MK64BIT" == "true" ]; then - echo "/lib64" >>/etc/ld.so.conf - echo "/usr/lib64" >>/etc/ld.so.conf echo "/usr/local/lib64" >>/etc/ld.so.conf fi mv $VMAKEDIR/nsswitch.conf /etc