From 1c25671c3eb06bfa9c432d819110fd58426aa7dc Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 22 Aug 2010 22:19:50 +0200 Subject: Forgot to remove deprecated uclib function ... --- installer/OpenSLX/OSSetup/Engine.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 6faf12c7..fad2ad98 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -387,16 +387,16 @@ sub cloneVendorOS # add the uclibs and tools to the stage1 and add them to library search # path $self->_copyUclibcRootfs(); - callInSubprocess( - sub { - $self->_callChrootedFunction({ - chrootDir => $self->{'vendor-os-path'}, - function => sub { - $self->{'distro'}->addUclibLdconfig(); - }, - updateConfig => 1, - }); - }); + #callInSubprocess( + # sub { + # $self->_callChrootedFunction({ + # chrootDir => $self->{'vendor-os-path'}, + # function => sub { + # $self->{'distro'}->addUclibLdconfig(); + # }, + # updateConfig => 1, + # }); + #}); $self->_touchVendorOS(); $self->addInstalledVendorOSToConfigDB(); return; -- cgit v1.2.3-55-g7522