diff options
| author | Dennis Gilmore <dennis@ausil.us> | 2010-03-05 15:29:07 -0600 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2010-03-15 16:52:21 -0400 |
| commit | 2f580de4cc6862ba8f4b59eff3ae013cdbdd22bf (patch) | |
| tree | 64a52387a31afd03222eaeaa5fbcda0c36225836 /loader | |
| parent | 238756fdc740f4edfd6e3fce1796eb409db4b372 (diff) | |
sparc64 is a lib64 arch
make sure sparc64 has lib64 paths set that same as other 64 bit arches that use lib64
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/init.c b/loader/init.c index ec4ce734c..5aec2a32a 100644 --- a/loader/init.c +++ b/loader/init.c @@ -87,7 +87,7 @@ char * env[] = { /* we set a nicer ld library path specifically for bash -- a full one makes anaconda unhappy */ -#if defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) +#if defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) || (defined(__sparc__) && defined(__arch64__)) "LD_LIBRARY_PATH=/lib64:/usr/lib64:/lib:/usr/lib", #else "LD_LIBRARY_PATH=/lib:/usr/lib", |
