[PATCH 6/8] make sure sparc64 has lib64 paths set

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 loader/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/loader/init.c b/loader/init.c
index ec4ce73..5aec2a3 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",
-- 
1.7.0

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux