From bb3418c7573360818c59e34b274ffd13a0c067f0 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 17 Aug 2009 21:44:29 +0000 Subject: Adding uclibs to the library path (not completed yet) to render the uclib-wrapper unneeded ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3096 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Distro/Base.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'installer/OpenSLX/OSSetup/Distro') diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index fe56f03e..93e2fcaa 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -220,6 +220,18 @@ sub getDefaultPathList ) ]; } +sub addUclibLdconfig +{ + my $self = shift; + my $ldpath = shift; + + open(OUTFILE, ">", "$ldpath/etc/ld.so.conf.d/uclib.conf") + or die ("something went wrong"); + print OUTFILE "/opt/openslx/uclib-rootfs/lib\n"; + print OUTFILE "/opt/openslx/uclib-rootfs/usr/lib\n"; + close(OUTFILE); +} + sub updateDistroConfig { if (slxsystem("ldconfig")) { -- cgit v1.2.3-55-g7522