Bug 59514 - Generalize '%ifarch i386' statement
Summary: Generalize '%ifarch i386' statement
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: telnet
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-09 01:28 UTC by Enrico Scholz
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-02-19 11:55:44 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-02-09 01:28:34 UTC
Description of Problem:

telnet.spec contains:

| # XXX hack around gcc-2.96 problem
| %ifarch i386
| export RPM_OPT_FLAGS="`echo $RPM_OPT_FLAGS | sed -e s/-O2/-O0/`"
| %endif

Since the mentioned problem exists in a build for other ix86-platforms probably
also (or  disappeared in the meantime), the '%ifarch i386' statement should be
replaced by the more general

| %ifarch %{ix86}

(or removed entirely)


Version-Release number of selected component (if applicable):

telnet-0.17-21.src.rpm

Comment 1 Harald Hoyer 2002-07-09 15:00:12 UTC
yep, thx..


Note You need to log in before you can comment on or make changes to this bug.