Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8021 - bzip2-1.0.2-r2 ignores ${CC}
Summary: bzip2-1.0.2-r2 ignores ${CC}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-17 05:07 UTC by Chris Bainbridge (RETIRED)
Modified: 2002-09-29 12:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bainbridge (RETIRED) gentoo-dev 2002-09-17 05:07:28 UTC
should be: 
       sed -e 's:\$(PREFIX)/man:\$(PREFIX)/share/man:g' \ 
        -e "s:-O2:${CFLAGS}:g" \ 
*        -e "s:gcc:${CC}:g" \ 
        Makefile.orig > Makefile || die 
        cp Makefile-libbz2_so Makefile-libbz2_so.orig 
        sed -e "s:-O2:${CFLAGS}:g" \ 
*        -e "s:gcc:${CC}:g" \
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-23 23:26:38 UTC
Fixed on CVS.