public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* lib64 in fedora glibc
@ 2004-05-28 21:41 Aron Griffis
  2004-05-28 22:14 ` David Mosberger
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Aron Griffis @ 2004-05-28 21:41 UTC (permalink / raw)
  To: linux-ia64

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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2004-06-07 22:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 21:41 lib64 in fedora glibc Aron Griffis
2004-05-28 22:14 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox