From: Oliver Falk <oliver@linux-kernel.at>
To: linux-alpha@vger.kernel.org
Subject: rpm 4.6.0 alpha ISA* fix
Date: Tue, 03 Mar 2009 10:15:03 +0100 [thread overview]
Message-ID: <49ACF517.8090707@linux-kernel.at> (raw)
fyi.
diff -up rpm-4.6.0/installplatform.alpha rpm-4.6.0/installplatform
--- rpm-4.6.0/installplatform.alpha 2009-03-02 17:33:32.000000000 +0100
+++ rpm-4.6.0/installplatform 2009-03-02 17:33:56.000000000 +0100
@@ -74,6 +74,10 @@ for SUBST in $SUBSTS ; do
ISANAME=
ISABITS=
case "${ARCH}" in
+ alpha*)
+ ISANAME=alpha
+ ISABITS=64
+ ;;
sparc64*)
ISANAME=sparc
ISABITS=64
Just in case anybody else will play with rpm 4.6.x.
Please also note, that Panu already put this upstream!
-of
reply other threads:[~2009-03-03 9:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=49ACF517.8090707@linux-kernel.at \
--to=oliver@linux-kernel.at \
--cc=linux-alpha@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;
as well as URLs for NNTP newsgroup(s).