First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 7540
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: robert longhausen <rob1@rekl.yi.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 7540 depends on: Show dependency tree
Show dependency graph
Bug 7540 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-09-05 11:20 0000
In the ebuild file for unzip-5.42-r1, the Makefile is modified to use the
CFLAGS
from make.conf.  It changes all instances of "-O3" in the Makefile to $CFLAGS

This doesn't work correctly for non-x86 builds, since the linux_noasm Makefile
target doesn't have "-O3"

Also, the ebuild doesn't work correctly for x86, since the ARCH variable is
defined as "x86", but the ebuild file has "case $ARCH in i?.86)", which doesn't
mach "x86", then it defaults to the build target "linux_noasm", which doesn't
work correctly (above).

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-09-05 16:29:07 0000 -------
the architecture check has been adjusted to work now.

thanks for catching that!

First Last Prev Next    No search results available      Search page      Enter new bug