diff options
| author | Max Howell | 2012-08-31 15:23:43 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-31 15:25:14 -0400 |
| commit | 7f31785d7afbddf983b02b774af160c561800b4c (patch) | |
| tree | b70d52ad85e445aef09066dbe11576a0e0bbd10d /Library/Formula/mod_python.rb | |
| parent | b6323bbfabf67f1dc55a790868198f37fb23cca1 (diff) | |
| download | homebrew-7f31785d7afbddf983b02b774af160c561800b4c.tar.bz2 | |
Fix superenv libgcrypt
This started happening because I undefined CC. Now a lot of tools pick gcc. The problem here is that we add to cflags before configure, and during configure we are 'servile' so when configure uses gcc it *is* llvm-gcc and not clang, which we will be during make because then we are *not* servile.
So we have to assign these cflags during make only, which is easy enough. Code is neater now too.
I am now working on superenv so that it can determine if a tool cannot use certain flags and then pick another. The last stage of always-just-works.
Diffstat (limited to 'Library/Formula/mod_python.rb')
0 files changed, 0 insertions, 0 deletions
