diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-02-16 02:20:29 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-02-16 02:20:29 +0100 |
commit | ece304a932ddd8e5cf9e1d8a5f8fd6810c011657 (patch) | |
tree | a6f54d438667839a1392b37d5a42e2ca1eb38c14 /solenv | |
parent | 577d7ecd494b38d673fbb84738f427f18353fcfc (diff) |
Fix build for --enable-epm / --with-package-format=deb rpm case.
This was somewhat broken after the setup_native gbuild conversion.
Change-Id: I825dd5008348534718a5b43e6a3eb893fa75135b
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/epmfile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index 58fe27d4bab0..72420d4320bf 100644 --- a/solenv/bin/modules/installer/epmfile.pm +++ b/solenv/bin/modules/installer/epmfile.pm @@ -784,7 +784,7 @@ sub get_ld_preload_string { my ($includepatharrayref) = @_; - my $getuidlibraryname = "getuid.so"; + my $getuidlibraryname = "libgetuid.so"; my $getuidlibraryref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$getuidlibraryname, $includepatharrayref, 0); if ($$getuidlibraryref eq "") { installer::exiter::exit_program("ERROR: Could not find $getuidlibraryname!", "get_ld_preload_string"); } |