Skip to content

Commit

Permalink
set HOMEBREW_TEMP for encrypted filesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jun 5, 2011
1 parent 4b6034a commit d1977f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.rake_test_cache

.DS_Store
1 change: 1 addition & 0 deletions cookbooks/homebrew/templates/default/dot.profile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CFLAGS="-I<%= @home %>/Developer/include"; export CFLAGS
CPPFLAGS="-I<%= @home %>/Developer/include"; export CPPFLAGS
CXXFLAGS="-I<%= @home %>/Developer/include"; export CXXFLAGS
LDFLAGS="-L<%= @home %>/Developer/lib"; export LDFLAGS
HOMEBREW_TEMP="<%= @home %>/Developer/tmp"; export HOMEBREW_TEMP

export CONFIGURE_ARGS="--with-cflags='$CFLAGS' --with-ldflags='$LDFLAGS'"

Expand Down

0 comments on commit d1977f7

Please sign in to comment.