make sure sparc64 has lib64 paths set
---
loader/init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/init.c b/loader/init.c index d941f86..f2893b1 100644 --- a/loader/init.c +++ b/loader/init.c @@ -85,7 +85,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(__ppc64__) +#if defined(__x86_64__) || defined(__s390x__) || defined(__ppc64__) || (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@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
make sure sparc64 has lib64 paths set
> diff --git a/loader/init.c b/loader/init.c
> index d941f86..f2893b1 100644 > --- a/loader/init.c > +++ b/loader/init.c > @@ -85,7 +85,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(__ppc64__) > +#if defined(__x86_64__) || defined(__s390x__) || defined(__ppc64__) || (defined(__sparc__) && defined(__arch64__)) > "LD_LIBRARY_PATH=/lib64:/usr/lib64:/lib:/usr/lib", > #else > "LD_LIBRARY_PATH=/lib:/usr/lib", This won't apply to master, because s/__ppc64__/__powerpc64__/. But that won't be a problem until you're ready to tackle F13. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
make sure sparc64 has lib64 paths set
---
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@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 10:59 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.