From: Aron Griffis <aron@hp.com>
To: linux-ia64@vger.kernel.org
Subject: lib64 in fedora glibc
Date: Fri, 28 May 2004 21:41:05 +0000 [thread overview]
Message-ID: <20040528214105.GK9115@mustard.zk3.dec.com> (raw)
These snippets from the current fedora glibc.spec look suspicious to
me.. I was under the impression that ia64 would use /lib for 64-bit
and /lib32 for 32-bit (or something like that), but it looks like RH
is preparing to transition to lib64.
Patch4: %{name}-ia64-lib64.patch
%prep:
%ifarch ia64
%if "%{_lib}" = "lib64"
%patch4 -p1
%endif
%install:
%ifarch ia64
%if "%{_lib}" = "lib64"
# Compatibility symlink
mkdir -p $RPM_BUILD_ROOT/lib
ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
%endif
%endif
%files:
%ifarch ia64
%if "%{_lib}" = "lib64"
%dir /lib
/lib/ld-linux-ia64.so.2
%endif
%endif
%changelog:
* Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
- use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
--
Aron Griffis
hp Linux and Open Source Lab
next reply other threads:[~2004-05-28 21:41 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-28 21:41 Aron Griffis [this message]
2004-05-28 22:14 ` lib64 in fedora glibc David Mosberger
2004-05-29 3:33 ` Aron Griffis
2004-05-29 5:21 ` Grant Grundler
2004-06-01 9:48 ` Andreas Jaeger
2004-06-04 4:58 ` David Mosberger
2004-06-04 5:08 ` Andreas Jaeger
2004-06-04 6:21 ` David Mosberger
2004-06-04 8:16 ` Christoph Hellwig
2004-06-04 19:23 ` Bill Nottingham
2004-06-04 20:14 ` David Mosberger
2004-06-04 20:21 ` Bill Nottingham
2004-06-04 22:15 ` David Mosberger
2004-06-07 20:05 ` Saxena, Sunil
2004-06-07 20:09 ` Bill Nottingham
2004-06-07 21:06 ` Andreas Schwab
2004-06-07 21:18 ` Bill Nottingham
2004-06-07 21:58 ` Andreas Schwab
2004-06-07 22:14 ` Bill Nottingham
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040528214105.GK9115@mustard.zk3.dec.com \
--to=aron@hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox