Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259961 - fix sys-fs/btrfs-progs hardcoded compiler
Summary: fix sys-fs/btrfs-progs hardcoded compiler
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joe Peterson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 02:01 UTC by Robert Piasek (RETIRED)
Modified: 2009-09-21 16:05 UTC (History)
0 users

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


Attachments
this should fix it (btrfs-progs-0.18.ebuild.diff,313 bytes, patch)
2009-02-23 02:02 UTC, Robert Piasek (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Piasek (RETIRED) gentoo-dev 2009-02-23 02:01:12 UTC
btrfs-progs-0.18 (didn't check others) has hardcoded compier in few places in makefile (gcc $(CFLAGS)).

That makes it hard to compile it on anything than gcc and to cross-compile it.

Reproducible: Always
Comment 1 Robert Piasek (RETIRED) gentoo-dev 2009-02-23 02:02:31 UTC
Created attachment 182846 [details, diff]
this should fix it

Attached patch makes Makefile more consistent.